public class TlfImportInfo extends Object implements Serializable
Constructor and Description |
---|
TlfImportInfo()
Constructor.
|
TlfImportInfo(String sectionsFilePath,
String sectionsFileVersion,
String tlfsFilePath,
String tlfsFileVersion,
SourceLocation importFileSourceLocation,
UpdateAction updateAction)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataSetsFilePath()
Gets the path to the import file to update the data sets.
|
String |
getDataSetsFileVersion()
Gets the version of the data sets import file.
|
SourceLocation |
getImportFileSourceLocation()
Gets the source location (repository or workspace) of the import file.
|
String |
getResultsFilePath()
Gets the path to the import file to update the results.
|
String |
getResultsFileVersion()
Gets the version of the results import file.
|
String |
getSectionsFilePath()
Gets the path to the import file to update the sections.
|
String |
getSectionsFileVersion()
Gets the version of the sections import file.
|
String |
getTlfsFilePath()
Gets the path to the import file for updating TLFs.
|
String |
getTlfsFileVersion()
Gets the version of the TLFs import file.
|
UpdateAction |
getUpdateAction()
|
void |
setDataSetsFilePath(String dataSetsFilePath)
Sets the path to the import file to update the data sets.
|
void |
setDataSetsFileVersion(String dataSetsFileVersion)
Sets the version of the data sets import file.
|
void |
setImportFileSourceLocation(SourceLocation importFileSourceLocation)
Sets the source location (repository or workspace) of the import file.
|
void |
setResultsFilePath(String resultsFilePath)
Sets the path to the import file to update the results.
|
void |
setResultsFileVersion(String resultsFileVersion)
Sets the version of the results import file.
|
void |
setSectionsFilePath(String sectionsFilePath)
Sets the path to the import file to update the sections.
|
void |
setSectionsFileVersion(String sectionsFileVersion)
Sets the version of the sections import file.
|
void |
setTlfsFilePath(String tlfsFilePath)
Sets the path to the import file to update TLFs.
|
void |
setTlfsFileVersion(String tlfsFileVersion)
Sets the version of the TLFs import file.
|
void |
setUpdateAction(UpdateAction updateAction)
|
public TlfImportInfo()
public TlfImportInfo(String sectionsFilePath, String sectionsFileVersion, String tlfsFilePath, String tlfsFileVersion, SourceLocation importFileSourceLocation, UpdateAction updateAction)
sectionsFilePath
- The path of the import file to update the TLF sections.sectionsFileVersion
- The version of the TLF sections import file.tlfsFilePath
- The path to the import file to update the TLFs.tlfsFileVersion
- The version of the TLFs import file.importFileSourceLocation
- The source location (repository or workspace) of the import file.updateAction
- The type of update to make when importing, such as replace
or add new
.public String getSectionsFilePath()
public void setSectionsFilePath(String sectionsFilePath)
sectionsFilePath
- The path to the import file to update the sections.public String getSectionsFileVersion()
public void setSectionsFileVersion(String sectionsFileVersion)
sectionsFileVersion
- The version of the sections import file.public String getTlfsFilePath()
public void setTlfsFilePath(String tlfsFilePath)
tlfsFilePath
- The path to the import file to update TLFs.public String getTlfsFileVersion()
public void setTlfsFileVersion(String tlfsFileVersion)
tlfsFileVersion
- The version of the TLFs import file.public String getResultsFilePath()
public void setResultsFilePath(String resultsFilePath)
resultsFilePath
- The path to the import file to update the results.public String getResultsFileVersion()
public void setResultsFileVersion(String resultsFileVersion)
resultsFileVersion
- The version of the results import file.public String getDataSetsFilePath()
public void setDataSetsFilePath(String dataSetsFilePath)
dataSetsFilePath
- The path to the import file to update the data sets.public String getDataSetsFileVersion()
public void setDataSetsFileVersion(String dataSetsFileVersion)
dataSetsFileVersion
- The version of the data sets import file.public SourceLocation getImportFileSourceLocation()
public void setImportFileSourceLocation(SourceLocation importFileSourceLocation)
importFileSourceLocation
- The source location (repository or workspace) of the import file.public UpdateAction getUpdateAction()
public void setUpdateAction(UpdateAction updateAction)
updateAction
- The update action to perform when updating information from an import.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>