Klasse FolderAccessor

java.lang.Object
ch.nolix.core.environment.filesystem.FileSystemItemAccessorUnit
ch.nolix.core.environment.filesystem.FolderAccessor

public final class FolderAccessor extends FileSystemItemAccessorUnit
A FolderAccessor can access a folder.
Version:
2017-07-10
Autor:
Silvan Wyss
  • Konstruktordetails Linksymbol

    • FolderAccessor Linksymbol

      public FolderAccessor()
      Creates a new FolderAccessor for the folder of the running jar file.
    • FolderAccessor Linksymbol

      public FolderAccessor(String path)
      Creates a new FolderAccessor for the folder with the given path.
      Parameter:
      path -
      Löst aus:
      InvalidArgumentException - if there does not exist a folder with the given path in the file system on the local machine.
  • Methodendetails Linksymbol