public class FileImportInfo extends Object implements Serializable
Constructor and Description |
---|
FileImportInfo()
Constructor.
|
FileImportInfo(String importFilePath,
String importFileVersion,
SourceLocation importFileSourceLocation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getImportFilePath()
Gets the file path from within the system in which to import.
|
SourceLocation |
getImportFileSourceLocation()
Gets the source location (repository or workspace) of the import file.
|
String |
getImportFileVersion()
Gets the version of the file path from within the system in which to import.
|
void |
setImportFilePath(String importFilePath)
Sets the file path from within the system in which to import.
|
void |
setImportFileSourceLocation(SourceLocation importFileSourceLocation)
Sets the source location (repository or workspace) of the import file.
|
void |
setImportSourceVersion(String importFileVersion)
Sets the version of the file path from within the system in which to import.
|
public FileImportInfo()
public FileImportInfo(String importFilePath, String importFileVersion, SourceLocation importFileSourceLocation)
importFilePath
- The path of the import file.importFileVersion
- The version of the import file.importFileSourceLocation
- The source location (repository or workspace) of the import file.public String getImportFilePath()
public void setImportFilePath(String importFilePath)
importFilePath
- The file path from within the system in which to import.public String getImportFileVersion()
null
. If
null
, the latest version of the file will be used.public void setImportSourceVersion(String importFileVersion)
null
. If
null
, the latest version of the file will be used.importFileVersion
- The version of the file path from within the system in which to import.public SourceLocation getImportFileSourceLocation()
public void setImportFileSourceLocation(SourceLocation importFileSourceLocation)
importFileSourceLocation
- The source location (repository or workspace) of the import file.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>