|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.data.ExcludeDirective
A file exclude directive.
XML
An exclude element is normally contained within a scoping structure such as a fileset or directory set. The exclude element contains the single attribute name which is used to refer to the file or directory (depending on the containing context.
<fileset dir="lib"> <exclude name="avalon-framework.jar" /> </fileset>
Constructor Summary | |
ExcludeDirective(String path)
Create an ExcludeDirective instance. |
Method Summary | |
String |
getPath()
Return the excluded path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExcludeDirective(String path)
path
- the path to includeMethod Detail |
public String getPath()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |