net.sourceforge.xmlfit.configuration
Interface Configuration

All Known Implementing Classes:
ConfigurationImpl

public interface Configuration

Interface for the configuration component of xmlfit. Here are the global settings stored for one xmlfit run.


Field Summary
static Configuration INSTANCE
          Instance of the configuration component, singelton.
 
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.
 

Field Detail

INSTANCE

static final Configuration INSTANCE
Instance of the configuration component, singelton.

Method Detail

setInputDirectory

void setInputDirectory(java.lang.String inputDirectory)
Setter for the input directory.

Parameters:
inputDirectory - the root directory of the xmlfit tests.

getInputDirectory

java.lang.String getInputDirectory()
Getter for the input directory.

Returns:
the root directory of the xmlfit tests.

setOutputDirectory

void setOutputDirectory(java.lang.String outputDirectory)
Setter for output directory of the fit tests.

Parameters:
outputDirectory - the directory for the fit tests.

getOutputDirectory

java.lang.String getOutputDirectory()
Getter for the output directory of the fit tests.

Returns:
the directory of the generated fit tests.


Copyright © 2009. All Rights Reserved.