|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConfigurationImpl>
net.sourceforge.xmlfit.configuration.impl.ConfigurationImpl
public enum ConfigurationImpl
Default Implementation of Configuration
Enum Constant Summary | |
---|---|
INSTANCE
|
Field Summary |
---|
Fields inherited from interface net.sourceforge.xmlfit.configuration.Configuration |
---|
INSTANCE |
Method Summary | |
---|---|
java.lang.String |
getInputDirectory()
Getter for the input directory. |
java.lang.String |
getOutputDirectory()
Getter for the output directory of the fit tests. |
void |
setInputDirectory(java.lang.String inputDirectory)
Setter for the input directory. |
void |
setOutputDirectory(java.lang.String outputDirectory)
Setter for output directory of the fit tests. |
static ConfigurationImpl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConfigurationImpl[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ConfigurationImpl INSTANCE
Method Detail |
---|
public static ConfigurationImpl[] values()
for (ConfigurationImpl c : ConfigurationImpl.values()) System.out.println(c);
public static ConfigurationImpl valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getInputDirectory()
Configuration
getInputDirectory
in interface Configuration
public void setInputDirectory(java.lang.String inputDirectory)
Configuration
setInputDirectory
in interface Configuration
inputDirectory
- the root directory of the xmlfit tests.public java.lang.String getOutputDirectory()
Configuration
getOutputDirectory
in interface Configuration
public void setOutputDirectory(java.lang.String outputDirectory)
Configuration
setOutputDirectory
in interface Configuration
outputDirectory
- the directory for the fit tests.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |