Package gw.lang.init
Class ClasspathToGosuPathEntryUtil.ClassPathToGosuPathConverterBlock
- java.lang.Object
-
- gw.lang.init.ClasspathToGosuPathEntryUtil.ClassPathToGosuPathConverterBlock
-
- All Implemented Interfaces:
ClasspathToGosuPathEntryUtil.SourceDirectoryBlock
- Enclosing class:
- ClasspathToGosuPathEntryUtil
private static class ClasspathToGosuPathEntryUtil.ClassPathToGosuPathConverterBlock extends java.lang.Object implements ClasspathToGosuPathEntryUtil.SourceDirectoryBlock
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<GosuPathEntry>_pathEntries
-
Constructor Summary
Constructors Constructor Description ClassPathToGosuPathConverterBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoIt(IDirectory dir, IFile moduleFile)java.util.List<? extends GosuPathEntry>getPathEntries()private booleanmoduleAlreadyIncluded(IDirectory rootDir, java.util.List<GosuPathEntry> pathEntries)
-
-
-
Field Detail
-
_pathEntries
private final java.util.List<GosuPathEntry> _pathEntries
-
-
Method Detail
-
doIt
public void doIt(IDirectory dir, IFile moduleFile)
- Specified by:
doItin interfaceClasspathToGosuPathEntryUtil.SourceDirectoryBlock
-
getPathEntries
public java.util.List<? extends GosuPathEntry> getPathEntries()
-
moduleAlreadyIncluded
private boolean moduleAlreadyIncluded(IDirectory rootDir, java.util.List<GosuPathEntry> pathEntries)
-
-