public abstract class JpsConfigurationFactory extends java.lang.Object implements ConfigurationFactory
JpsConfiguration objects User: rkng Date: Feb 5, 2006 Time: 9:32:08 PM To change this template use File | Settings | File Templates.| Modifier and Type | Method and Description |
|---|---|
abstract JpsConfiguration |
getConfiguration(java.io.File inputFile)
Return the configured default configuration from the specified input stream
|
static JpsConfigurationFactory |
getConfigurationFactory() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationpublic static JpsConfigurationFactory getConfigurationFactory() throws JpsException
JpsExceptionpublic abstract JpsConfiguration getConfiguration(java.io.File inputFile) throws JpsConfigurationException
inputFile - is the File object corresponding to jps-config.xmlJpsConfigurationException