Class ImportedFiles

java.lang.Object
net.sourceforge.plantuml.preproc.ImportedFiles

public class ImportedFiles extends java.lang.Object
  • Method Details

    • withCurrentDir

      public ImportedFiles withCurrentDir(AParentFolder newCurrentDir)
    • createImportedFiles

      public static ImportedFiles createImportedFiles(AParentFolder newCurrentDir)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getAFile

      public AFile getAFile(java.lang.String nameOrPath) throws java.io.IOException
      Throws:
      java.io.IOException
    • getPath

      public java.util.List<SFile> getPath()
    • add

      public void add(SFile file)
    • getCurrentDir

      public AParentFolder getCurrentDir()
    • getFile

      public FileWithSuffix getFile(java.lang.String filename, java.lang.String suffix) throws java.io.IOException
      Throws:
      java.io.IOException