Class FileHandler

java.lang.Object
me.neurodock.core.files.FileHandler

public class FileHandler extends Object
Base class responsible for the me.neurodock.core.files related systems
  • Constructor Details

    • FileHandler

      public FileHandler(Path baseDirectory)
      Creates a new instance as well as setting the instance to this new one A good start is to use Options.getFileHandlerDataLocation() as it's located along all other files
      Parameters:
      baseDirectory - the directory to be used as base directory
  • Method Details