Package net.sourceforge.plantuml.preproc
Class ImportedFiles
java.lang.Object
net.sourceforge.plantuml.preproc.ImportedFiles
public class ImportedFiles
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static ImportedFiles
createImportedFiles
(AParentFolder newCurrentDir) getAFile
(java.lang.String nameOrPath) getFile
(java.lang.String filename, java.lang.String suffix) java.util.List<SFile>
getPath()
java.lang.String
toString()
withCurrentDir
(AParentFolder newCurrentDir) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
withCurrentDir
-
createImportedFiles
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getAFile
- Throws:
java.io.IOException
-
getPath
-
add
-
getCurrentDir
-
getFile
public FileWithSuffix getFile(java.lang.String filename, java.lang.String suffix) throws java.io.IOException - Throws:
java.io.IOException
-