public class JobInputFolder extends JobInput
includeSubfolders
to true to transfer the folder and all files and folders underneath it. Constructor and Description |
---|
JobInputFolder()
Constructor.
|
JobInputFolder(String path)
Constructor.
|
JobInputFolder(String path,
boolean includeSubfolders)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isIncludeSubfolders()
Indicates whether to include child folders and contents when transferring the folder when submitting a published
job.
|
void |
setIncludeSubfolders(boolean includeSubfolders)
Sets whether to include child folders and contents when transferring the folder when submitting a published job.
|
String |
toString() |
public JobInputFolder()
public JobInputFolder(String path)
path
- The path to the folder to transfer when submitting a published job.public JobInputFolder(String path, boolean includeSubfolders)
path
- The path of the folder to transfer when submitting a published job.includeSubfolders
- Indicates whether to include child folders and contents.public boolean isIncludeSubfolders()
public void setIncludeSubfolders(boolean includeSubfolders)
includeSubfolders
- Whether to include child folders and contents when transferring the folder when
submitting a published job. Default is false.<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>