public class DefaultConfigurationBuilder extends Object
Constructor and Description |
---|
DefaultConfigurationBuilder(File location)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
File |
getConfigFile() |
protected String[] |
getDefaultConfigParameters(Class<?> c)
We can't have a static method in an Interface and override it, so we
have to get a bit ugly to fake static inheritance.
|
protected List<ModuleInfo> |
getModules() |
void |
writeDefaultConfigFile() |
public DefaultConfigurationBuilder(File location)
public void writeDefaultConfigFile() throws IOException
IOException
public File getConfigFile()
protected List<ModuleInfo> getModules()
protected String[] getDefaultConfigParameters(Class<?> c)
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.