Package net.sourceforge.plantuml.preproc
Class ImportedFiles
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.ImportedFiles
-
public class ImportedFiles extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(java.io.File file)
static ImportedFiles
createImportedFiles(AParentFolder newCurrentDir)
AFile
getAFile(java.lang.String nameOrPath)
AParentFolder
getCurrentDir()
java.util.List<java.io.File>
getPath()
java.lang.String
toString()
ImportedFiles
withCurrentDir(AParentFolder newCurrentDir)
-
-
-
Method Detail
-
withCurrentDir
public ImportedFiles withCurrentDir(AParentFolder newCurrentDir)
-
createImportedFiles
public static ImportedFiles createImportedFiles(AParentFolder newCurrentDir)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getAFile
public AFile getAFile(java.lang.String nameOrPath) throws java.io.IOException
- Throws:
java.io.IOException
-
getPath
public java.util.List<java.io.File> getPath()
-
add
public void add(java.io.File file)
-
getCurrentDir
public AParentFolder getCurrentDir()
-
-