T - the configuration object type.public abstract class PersistableConfigurationObjectGenerator<T extends PersistableConfigurationObject> extends Object implements Generator<T>, Factory<T>
PersistableConfigurationObject to a Generator.| Constructor and Description |
|---|
PersistableConfigurationObjectGenerator() |
| Modifier and Type | Method and Description |
|---|---|
T |
defaultInstance() |
T |
read(File inputFile) |
void |
write(T object,
File outputFile) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic PersistableConfigurationObjectGenerator()
public T read(File inputFile)
read in interface Generator<T extends PersistableConfigurationObject>public T defaultInstance()
defaultInstance in interface Generator<T extends PersistableConfigurationObject>Copyright © 2013. All rights reserved