Package com.sas.lsaf.execution.job
Class JobInputFolder
java.lang.Object
com.sas.lsaf.execution.job.JobInput
com.sas.lsaf.execution.job.JobInputFolder
- All Implemented Interfaces:
Serializable
The class that represents the folder to transfer when submitting a published job. By default, it does not include
subfolders and transfers only the specified folder and the files directly underneath it. Sets
Note: Wildcards are not supported for folders.
includeSubfolders to true to transfer the folder and all files and folders underneath it. Note: Wildcards are not supported for folders.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.JobInputFolder(String path) Constructor.JobInputFolder(String path, boolean includeSubfolders) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanIndicates whether to include child folders and contents when transferring the folder when submitting a published job.voidsetIncludeSubfolders(boolean includeSubfolders) Sets whether to include child folders and contents when transferring the folder when submitting a published job.toString()
-
Constructor Details
-
JobInputFolder
public JobInputFolder()Constructor. -
JobInputFolder
Constructor.- Parameters:
path- The path to the folder to transfer when submitting a published job.
-
JobInputFolder
Constructor.- Parameters:
path- The path of the folder to transfer when submitting a published job.includeSubfolders- Indicates whether to include child folders and contents.
-
-
Method Details
-
isIncludeSubfolders
public boolean isIncludeSubfolders()Indicates whether to include child folders and contents when transferring the folder when submitting a published job. The default is false.- Returns:
- Indicates whether to include child folders and contents. The default is false.
-
setIncludeSubfolders
public void setIncludeSubfolders(boolean includeSubfolders) Sets whether to include child folders and contents when transferring the folder when submitting a published job. The default is false.- Parameters:
includeSubfolders- Whether to include child folders and contents when transferring the folder when submitting a published job. Default is false.
-
hashCode
public int hashCode() -
equals
-
toString
-