public class JobPublishSetupFolder extends JobPublishSetupItem
Constructor and Description |
---|
JobPublishSetupFolder(String path)
Constructor.
|
JobPublishSetupFolder(String path,
boolean includeFiles,
boolean includeSubfolders)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isIncludeFiles()
Indicates whether to include files when transferring the folder.
|
boolean |
isIncludeSubfolders()
Indicates whether to include child folders when transferring the folder.
|
void |
setIncludeFiles(boolean includeFiles)
Sets whether to include files when transferring the folder.
|
void |
setIncludeSubfolders(boolean includeSubfolders)
Sets whether to include child folders when transferring the folder.
|
String |
toString() |
getPath
public JobPublishSetupFolder(String path)
path
- The path to the folder to transfer for the published job.public JobPublishSetupFolder(String path, boolean includeFiles, boolean includeSubfolders)
path
- The path to the folder to transfer for the published job.includeSubfolders
- Indicates whether to include folders.includeFiles
- Indicates whether to include files.public boolean isIncludeFiles()
public void setIncludeFiles(boolean includeFiles)
includeFiles
- Indicates whether to include files.public boolean isIncludeSubfolders()
public void setIncludeSubfolders(boolean includeSubfolders)
includeSubfolders
- Indicates whether to include child folders.public int hashCode()
hashCode
in class JobPublishSetupItem
public boolean equals(Object obj)
equals
in class JobPublishSetupItem
public String toString()
toString
in class JobPublishSetupItem
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>