|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.data.FilesetDirective
A fileset directive is a scoped defintion of a set of files. A fileset a structurally defined as a base directory and a set of relative filenames represented as include directives and/or exclude directives.
XML
<fileset dir="lib"> <include name="avalon-framework.jar"/> <include name="logkit.jar"/> <exclude name="servlet.jar"/> </dirset>
IncludeDirective
,
ExcludeDirective
,
Serialized FormConstructor Summary | |
FilesetDirective(String base,
IncludeDirective[] includes)
Create a FilesetDirective instance. |
|
FilesetDirective(String base,
IncludeDirective[] includes,
ExcludeDirective[] excludes)
Create a FilesetDirective instance. |
Method Summary | |
String |
getBaseDirectory()
Return the base directory. |
ExcludeDirective[] |
getExcludes()
Return the set of exclude directives. |
IncludeDirective[] |
getIncludes()
Return the set of include directives. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilesetDirective(String base, IncludeDirective[] includes)
base
- the base directory path against which includes are evaluatedincludes
- the set of includes to include in the filesetpublic FilesetDirective(String base, IncludeDirective[] includes, ExcludeDirective[] excludes)
base
- the base directory path against which includes are evaluatedincludes
- the set of includes to include in the filesetMethod Detail |
public String getBaseDirectory()
public IncludeDirective[] getIncludes()
public ExcludeDirective[] getExcludes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |