Package net.sourceforge.plantuml
Interface AFile
-
- All Known Implementing Classes:
AFileRegular,AFileZipEntry
public interface AFile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAbsolutePath()AParentFoldergetParentFile()java.io.FilegetUnderlyingFile()booleanisOk()java.io.InputStreamopen()
-
-
-
Method Detail
-
open
java.io.InputStream open() throws java.io.IOException- Throws:
java.io.IOException
-
isOk
boolean isOk()
-
getParentFile
AParentFolder getParentFile()
-
getAbsolutePath
java.lang.String getAbsolutePath()
-
getUnderlyingFile
java.io.File getUnderlyingFile()
-
-