public class FileSet
extends org.apache.tools.ant.types.FileSet
<fx:fileset dir="dist" includes="app.jar"/>Defines set consisting of single jar file (type will be detected based on extension) that is applicable to all OS/arch combinations and needed for application startup.
<fx:fileset dir="dist" neededFor="preloader" os="windows"> <include name="*.jar"/> </fx:fileset>All the jars in the "dist" folder for Windows platfrom only. These jars needed to be available to launch preloader.
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_AUTO |
static int |
TYPE_DATA |
static int |
TYPE_ICON |
static int |
TYPE_JAR |
static int |
TYPE_JNLP |
static int |
TYPE_LICENSE |
static int |
TYPE_NATIVELIB |
Constructor and Description |
---|
FileSet() |
Modifier and Type | Method and Description |
---|---|
String |
getArch() |
String |
getMode() |
String |
getOs() |
String |
getTypeAsString() |
void |
setArch(String v)
Specifies the architecture for which these resources should be considered.
|
void |
setOs(String v)
Specifies the operating systems for which these resources should be considered.
|
void |
setRequiredFor(String v)
Defines when resources are needed (impacts loading priority).
|
void |
setType(String v)
Type of the resources in the set.
|
clone, getRef, isFilesystemOnly, iterator, size
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addExecutable, addFilename, addMajority, addModified, addNone, addNot, addOr, addOwnedBy, addPosixGroup, addPosixPermissions, addPresent, addReadable, addSelector, addSize, addSymlink, addType, addWritable, appendExcludes, appendIncludes, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, dieOnCircularReference, getDefaultexcludes, getDir, getDir, getDirectoryScanner, getDirectoryScanner, getErrorOnMissingDir, getMaxLevelsOfSymlinks, getSelectors, hasPatterns, hasSelectors, isCaseSensitive, isFollowSymlinks, mergeExcludes, mergeIncludes, mergePatterns, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setDir, setErrorOnMissingDir, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setMaxLevelsOfSymlinks, setRefid, setupDirectoryScanner, setupDirectoryScanner, toString
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static final int TYPE_AUTO
public static final int TYPE_JAR
public static final int TYPE_NATIVELIB
public static final int TYPE_ICON
public static final int TYPE_JNLP
public static final int TYPE_DATA
public static final int TYPE_LICENSE
public String getTypeAsString()
public String getOs()
public String getMode()
public String getArch()
public void setType(String v)
public void setRequiredFor(String v)
public void setOs(String v)
public void setArch(String v)
Copyright © 2020. All rights reserved.