public class FileSpecification extends Object implements Serializable
Constructor and Description |
---|
FileSpecification(String path)
Constructor.
|
FileSpecification(String path,
String version)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPath()
Gets the path to the file or folder.
|
String |
getVersion()
Gets the version of the file.
|
int |
hashCode() |
void |
setPath(String path)
Sets the path to the file or folder.
|
void |
setVersion(String version)
Sets the version of the file.
|
String |
toString() |
public FileSpecification(String path)
path
- The path to the file or folder.public String getPath()
public void setPath(String path)
path
- The path to the file or folder.public String getVersion()
public void setVersion(String version)
version
- The version of the file.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>