Package gw.lang.reflect.gs
Interface IFileSystemGosuClassRepository.IClassFileInfo
-
- Enclosing interface:
- IFileSystemGosuClassRepository
public static interface IFileSystemGosuClassRepository.IClassFileInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetClassPathLength()StringgetContent()IFileSystemGosuClassRepository.ClassPathEntrygetEntry()IFilegetFile()StringgetFileName()StringgetFilePath()StringgetNonCanonicalFileName()IDirectorygetParentFile()ReadergetReader()ISourceFileHandlegetSourceFileHandle()booleanhasInnerClass()voidstopCachingContent()
-
-
-
Method Detail
-
getParentFile
IDirectory getParentFile()
-
getFile
IFile getFile()
-
getReader
Reader getReader()
-
getFileName
String getFileName()
-
getNonCanonicalFileName
String getNonCanonicalFileName()
-
getFilePath
String getFilePath()
-
getClassPathLength
int getClassPathLength()
-
hasInnerClass
boolean hasInnerClass()
-
getSourceFileHandle
ISourceFileHandle getSourceFileHandle()
-
getEntry
IFileSystemGosuClassRepository.ClassPathEntry getEntry()
-
getContent
String getContent()
-
stopCachingContent
void stopCachingContent()
-
-