public interface IFileSystemGosuClassRepository extends IGosuClassRepository
| Modifier and Type | Interface and Description |
|---|---|
static class |
IFileSystemGosuClassRepository.ClassPathEntry |
static interface |
IFileSystemGosuClassRepository.IClassFileInfo |
static class |
IFileSystemGosuClassRepository.Util |
| Modifier and Type | Method and Description |
|---|---|
IFile |
findFirstFile(String resourceName) |
String |
getClassNameFromFile(IDirectory root,
IFile file,
String[] fileExts) |
IDirectory[] |
getExcludedPath() |
IDirectory[] |
getSourcePath() |
void |
setExcludedPath(IDirectory[] excludedPath) |
void |
setSourcePath(IDirectory[] sourcePath) |
findClass, findResource, getAllTypeNames, getAllTypeNames, getModule, getTypeNames, hasNamespace, namespaceRefreshed, typesRefreshedIDirectory[] getSourcePath()
void setSourcePath(IDirectory[] sourcePath)
IDirectory[] getExcludedPath()
void setExcludedPath(IDirectory[] excludedPath)
String getClassNameFromFile(IDirectory root, IFile file, String[] fileExts)
Copyright © 2020. All rights reserved.