Package com.sas.lsaf.query
Class ExtractFileCreateInfo
java.lang.Object
com.sas.lsaf.content.common.AbstractCreateInfo
com.sas.lsaf.content.common.FileCreateInfo
com.sas.lsaf.query.ExtractFileCreateInfo
- All Implemented Interfaces:
Serializable
This class represents all of the properties and attributes that can be set on a file during query file creation.
- Since:
- 2.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtractFileCreateInfo(String path, SourceLocation location) Constructor.ExtractFileCreateInfo(String path, SourceLocation location, boolean overwrite) Constructor.ExtractFileCreateInfo(String parentPath, String name, SourceLocation location) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the location of the file: Workspace or Repository.voidsetLocation(SourceLocation location) Sets the location of the file: Workspace or Repository.toString()Methods inherited from class com.sas.lsaf.content.common.FileCreateInfo
comment, customVersion, description, enableVersioning, enableVersioning, getComment, getCustomVersion, getVersionType, isEnableVersioning, isOverwrite, overwrite, overwrite, setComment, setCustomVersion, setEnableVersioning, setOverwrite, setVersionType, versionTypeMethods inherited from class com.sas.lsaf.content.common.AbstractCreateInfo
getDescription, getPath, setDescription
-
Constructor Details
-
ExtractFileCreateInfo
Constructor.- Parameters:
parentPath- The path to the location of the parent container.name- The name of the file.location- The location of the file: Workspace or Repository.
-
ExtractFileCreateInfo
Constructor.- Parameters:
path- The full path of the file.location- The location of the file: Workspace or Repository.
-
ExtractFileCreateInfo
Constructor.- Parameters:
path- The full path of the file.location- The location of the file: Workspace or Repository.overwrite- Indicates whether to overwrite an existing file that is not versioned.
-
-
Method Details
-
getLocation
Gets the location of the file: Workspace or Repository.- Returns:
- The location of the file: Workspace or Repository.
-
setLocation
Sets the location of the file: Workspace or Repository.- Parameters:
location- The location of the file: Workspace or Repository.
-
toString
-