public class ImportedFiles
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
add(SFile file) |
static ImportedFiles |
createImportedFiles(AParentFolder newCurrentDir) |
AFile |
getAFile(java.lang.String nameOrPath) |
AParentFolder |
getCurrentDir() |
FileWithSuffix |
getFile(java.lang.String filename,
java.lang.String suffix) |
java.util.List<SFile> |
getPath() |
java.lang.String |
toString() |
ImportedFiles |
withCurrentDir(AParentFolder newCurrentDir) |
public ImportedFiles withCurrentDir(AParentFolder newCurrentDir)
public static ImportedFiles createImportedFiles(AParentFolder newCurrentDir)
public java.lang.String toString()
toString
in class java.lang.Object
public AFile getAFile(java.lang.String nameOrPath) throws java.io.IOException
java.io.IOException
public java.util.List<SFile> getPath()
public void add(SFile file)
public AParentFolder getCurrentDir()
public FileWithSuffix getFile(java.lang.String filename, java.lang.String suffix) throws java.io.IOException
java.io.IOException