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