Package gw.lang.reflect.gs
Interface IFileSystemGosuClassRepository
- All Superinterfaces:
IGosuClassRepository
- All Known Implementing Classes:
FileSystemGosuClassRepository
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic interfacestatic class -
Method Summary
Modifier and TypeMethodDescriptionfindFirstFile(String resourceName) getClassNameFromFile(IDirectory root, IFile file, String[] fileExts) voidsetExcludedPath(IDirectory[] excludedPath) voidsetSourcePath(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
-