Package backupmanager

Class FileLocation

java.lang.Object
backupmanager.FileLocation
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class FileLocation extends Object implements Serializable, Cloneable, ManagedParameters
Information on a file path or folder path that can be used with the backup system
Author:
dg50
See Also:
  • Field Details Link icon

    • serialVersionUID Link icon

      public static final long serialVersionUID
      See Also:
    • path Link icon

      public String path
    • mask Link icon

      public String mask
    • canEditPath Link icon

      public boolean canEditPath
    • canEditMask Link icon

      public boolean canEditMask
  • Constructor Details Link icon

    • FileLocation Link icon

      public FileLocation()
  • Method Details Link icon

    • clone Link icon

      public FileLocation clone()
    • getParameterSet Link icon

      public PamParameterSet getParameterSet()
      Description copied from interface: ManagedParameters
      Get a set of data that describes all of the parameters in a class
      Specified by:
      getParameterSet in interface ManagedParameters
      Returns:
      description of the parameters in a class.
    • getFreeSpace Link icon

      public Long getFreeSpace()
      Get the amount of space at the specified path or null if the path is not set, etc.
      Returns:
      free space in bytes
    • getFileRoot Link icon

      public String getFileRoot()
      Get the file system root.
      Returns: