Package gw.fs
Class AdditionalDirectory
java.lang.Object
gw.fs.DelegateDirectory
gw.fs.AdditionalDirectory
- All Implemented Interfaces:
IDirectory
,IResource
- Direct Known Subclasses:
IncludeModuleDirectory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.fs.DelegateDirectory
clearCaches, create, delete, dir, exists, file, getDelegate, getName, getParent, getPath, hasChildFile, isChildOf, isDescendantOf, isInJar, isJavaFile, listFiles, mkdir, relativePath, toJavaFile, toURI
-
Constructor Details
-
AdditionalDirectory
-
-
Method Details
-
listDirs
- Specified by:
listDirs
in interfaceIDirectory
- Overrides:
listDirs
in classDelegateDirectory
-
isAdditional
public boolean isAdditional()- Returns:
- true if this is an "additional" path for resources not copied to the target classpath e.g., config bullshit.
-