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 |
---|---|
private java.lang.String |
arch |
private java.lang.String |
mode |
private java.lang.String |
os |
private int |
type |
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 |
(package private) java.lang.String[] |
types |
Constructor and Description |
---|
FileSet() |
Modifier and Type | Method and Description |
---|---|
private FileSet |
get() |
java.lang.String |
getArch() |
java.lang.String |
getMode() |
java.lang.String |
getOs() |
java.lang.String |
getTypeAsString() |
void |
setArch(java.lang.String v)
Specifies the architecture for which these resources should be considered.
|
void |
setOs(java.lang.String v)
Specifies the operating systems for which these resources should be considered.
|
void |
setRequiredFor(java.lang.String v)
Defines when resources are needed (impacts loading priority).
|
void |
setType(java.lang.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
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
private int type
private java.lang.String mode
private java.lang.String os
private java.lang.String arch
final java.lang.String[] types
private FileSet get()
public java.lang.String getTypeAsString()
public java.lang.String getOs()
public java.lang.String getMode()
public java.lang.String getArch()
public void setType(java.lang.String v)
public void setRequiredFor(java.lang.String v)
public void setOs(java.lang.String v)
public void setArch(java.lang.String v)