Interface PersisterOptions
-
- All Known Implementing Classes:
FileBasedPersisterOptions
public interface PersisterOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorCollection
validate(boolean validateContents)
Validate the options
-
-
-
Method Detail
-
validate
ErrorCollection validate(boolean validateContents)
Validate the options- Parameters:
validateContents
- true iff you want to ensure the perster has valid data, false if you want to simply check the config (but may have no data)- Returns:
- GUI from errors.
-
-