public final class PersistCommandOptions extends Object
Constructor and Description |
---|
PersistCommandOptions(List<PersistFile> filesToPersist)
Creates a new instance of
PersistCommandOptions . |
Modifier and Type | Method and Description |
---|---|
List<PersistFile> |
getFilesToPersist() |
void |
setFilesToPersist(List<PersistFile> filesToPersist)
Set the list of files to persist.
|
public PersistCommandOptions(List<PersistFile> filesToPersist)
PersistCommandOptions
.filesToPersist
- the list of files to persistpublic List<PersistFile> getFilesToPersist()
public void setFilesToPersist(List<PersistFile> filesToPersist)
filesToPersist
- the list of files to persistCopyright © 2023. All Rights Reserved.