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.String
getAbsolutePath()
AParentFolder
getParentFile()
java.io.File
getUnderlyingFile()
boolean
isOk()
java.io.InputStream
open()
-
-
-
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()
-
-