|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.AbstractFileSet
org.apache.tools.ant.types.FileSet
org.apache.tools.ant.types.ZipFileSet
org.momeunit.ant.taskdefs.LibJar
public class LibJar
MoMEUnit nested tag intended to specify files of external library to be
included in resulting test J2ME application. Extends ZipFileSet
.
Adds if/unless functionality.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.types.ZipFileSet |
---|
DEFAULT_DIR_MODE, DEFAULT_FILE_MODE |
Fields inherited from class org.apache.tools.ant.types.DataType |
---|
checked, description, ref |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
project |
Constructor Summary | |
---|---|
LibJar()
|
Method Summary | |
---|---|
void |
setIf(String ifProp)
Sets if attribute. |
void |
setUnless(String unlessProp)
Sets unless attribute. |
boolean |
shouldUse(org.apache.tools.ant.Task task)
Is this tag allowed to use. |
Methods inherited from class org.apache.tools.ant.types.ZipFileSet |
---|
clone, getDirectoryScanner, getDirMode, getFileMode, getFullpath, getPrefix, getRef, getSrc, hasDirModeBeenSet, hasFileModeBeenSet, setDir, setDirMode, setFileMode, setFullpath, setPrefix, setSrc |
Methods inherited from class org.apache.tools.ant.types.AbstractFileSet |
---|
add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDataTypeName, getDefaultexcludes, getDir, getSelectors, hasPatterns, hasSelectors, isFollowSymlinks, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFile, setFollowSymlinks, setIncludes, setIncludesfile, setRefid, setupDirectoryScanner, toString |
Methods inherited from class org.apache.tools.ant.types.DataType |
---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, getCheckedRef, getDescription, getRefid, isChecked, isReference, noChildrenAllowed, setChecked, setDescription, tooManyAttributes |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LibJar()
Method Detail |
---|
public void setIf(String ifProp)
if
attribute.
ifProp
- the if
attribute to set.public void setUnless(String unlessProp)
unless
attribute.
unlessProp
- the unless
attribute to set.public boolean shouldUse(org.apache.tools.ant.Task task)
task
- owning task
true
if this tag is allowed to use,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |