public class SetOptions extends Object
| Constructor | Description |
|---|---|
SetOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
SetOptions |
addPropertiesItem(SetProperty propertiesItem) |
|
boolean |
equals(Object o) |
|
SetOptions |
fileInfo(FileInfo fileInfo) |
|
FileInfo |
getFileInfo() |
The file information in storage.
|
String |
getOutputFolder() |
The output folder.
|
List<SetProperty> |
getProperties() |
Collection of properties to set.
|
int |
hashCode() |
|
SetOptions |
outputFolder(String outputFolder) |
|
SetOptions |
properties(List<SetProperty> properties) |
|
void |
setFileInfo(FileInfo fileInfo) |
|
void |
setOutputFolder(String outputFolder) |
|
void |
setProperties(List<SetProperty> properties) |
|
String |
toString() |
public SetOptions fileInfo(FileInfo fileInfo)
public FileInfo getFileInfo()
public void setFileInfo(FileInfo fileInfo)
public SetOptions properties(List<SetProperty> properties)
public SetOptions addPropertiesItem(SetProperty propertiesItem)
public List<SetProperty> getProperties()
public void setProperties(List<SetProperty> properties)
public SetOptions outputFolder(String outputFolder)
public String getOutputFolder()
public void setOutputFolder(String outputFolder)
Copyright © 2026. All rights reserved.