Interface Source
- All Known Implementing Classes:
FileSource,FolderSource,JarSource,JavaTypeSource,RegularFileSource,SourceAdapter,ZipEntrySource,ZipSource
public interface Source
- Author:
- thevpc
-
Method Details
-
isStream
boolean isStream() -
isFolder
boolean isFolder() -
getName
String getName() -
getExternalPath
String getExternalPath() -
getInternalPath
String getInternalPath() -
getChildren
-
openStream
- Throws:
IOException
-