public class OutputDirectory extends Object
| Constructor and Description |
|---|
OutputDirectory() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the ID of the output directory.
|
String |
pathPrefix()
Get the prefix path where the output directory will be created.
|
String |
pathSuffix()
Get the suffix path where the output directory will be created.
|
OutputDirectory |
withId(String id)
Set the ID of the output directory.
|
OutputDirectory |
withPathPrefix(String pathPrefix)
Set the prefix path where the output directory will be created.
|
OutputDirectory |
withPathSuffix(String pathSuffix)
Set the suffix path where the output directory will be created.
|
public String id()
public OutputDirectory withId(String id)
id - the id value to setpublic String pathPrefix()
public OutputDirectory withPathPrefix(String pathPrefix)
pathPrefix - the pathPrefix value to setpublic String pathSuffix()
public OutputDirectory withPathSuffix(String pathSuffix)
pathSuffix - the pathSuffix value to setCopyright © 2019. All rights reserved.