Package gw.lang.reflect.gs
Interface IFileSystemGosuClassRepository
- All Superinterfaces:
IGosuClassRepository
- All Known Implementing Classes:
FileSystemGosuClassRepository
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static interface
static class
-
Method Summary
Modifier and TypeMethodDescriptionfindFirstFile
(String resourceName) getClassNameFromFile
(IDirectory root, IFile file, String[] fileExts) void
setExcludedPath
(IDirectory[] excludedPath) void
setSourcePath
(IDirectory[] sourcePath) Methods inherited from interface gw.lang.reflect.gs.IGosuClassRepository
findClass, findResource, getAllTypeNames, getAllTypeNames, getModule, getTypeNames, hasNamespace, namespaceRefreshed, typesRefreshed
-
Method Details
-
getSourcePath
IDirectory[] getSourcePath() -
setSourcePath
-
getExcludedPath
IDirectory[] getExcludedPath() -
setExcludedPath
-
getClassNameFromFile
-
findFirstFile
-