Package com.sas.lsaf.execution.job
Class JobInputFile
java.lang.Object
com.sas.lsaf.execution.job.JobInput
com.sas.lsaf.execution.job.JobInputFile
- All Implemented Interfaces:
Serializable
The class that represents the file to transfer when submitting a published job. The version is null by default, which
transfers the latest version if, the file is versioned.
Wildcards are supported.
Wildcards are supported.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.JobInputFile(String path) Constructor.JobInputFile(String path, String version) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the version of the file to transfer when submitting a published job.inthashCode()voidsetVersion(String version) Sets the version of the file to transfer when submitting a published job.toString()
-
Constructor Details
-
JobInputFile
public JobInputFile()Constructor. -
JobInputFile
Constructor.- Parameters:
path- The path to the file to transfer when submitting a published job.
-
JobInputFile
Constructor.- Parameters:
path- The path to the file to transfer when submitting a published job.version- The version of the file to transfer when submitting a published job. The default is the latest version (null).
-
-
Method Details
-
getVersion
Gets the version of the file to transfer when submitting a published job. The default (null) syncs the latest version.- Returns:
- The version of the file to transfer when submitting a published job. The default (null) syncs the latest version
-
setVersion
Sets the version of the file to transfer when submitting a published job. Specifying null (the default) syncs the latest version.- Parameters:
version- The version of the file to transfer when submitting a published job. Specifying null (the default) syncs the latest version.
-
hashCode
public int hashCode() -
equals
-
toString
-