Package net.sourceforge.plantuml
Interface AParentFolder
-
- All Known Implementing Classes:
AParentFolderRegular
,AParentFolderZip
public interface AParentFolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AFile
getAFile(java.lang.String nameOrPath)
-
-
-
Method Detail
-
getAFile
AFile getAFile(java.lang.String nameOrPath) throws java.io.IOException
- Throws:
java.io.IOException
-
-