Package backupmanager
Class FileLocation
java.lang.Object
backupmanager.FileLocation
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
Information on a file path or folder path that can be used with the
backup system
- Author:
- dg50
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get the file system root.Get the amount of space at the specified path or null if the path is not set, etc.Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
path
-
mask
-
canEditPath
public boolean canEditPath -
canEditMask
public boolean canEditMask
-
-
Constructor Details
-
FileLocation
public FileLocation()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-
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
Get the file system root.- Returns:
-