Package org.somox.configuration
Class FileLocationConfiguration
java.lang.Object
org.somox.configuration.FileLocationConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAnalyserInputFile(String analyserInputFile) voidsetOutputFolder(String outputFolder) voidsetProjectNames(Set<String> projectNames)
-
Constructor Details
-
FileLocationConfiguration
public FileLocationConfiguration()
-
-
Method Details
-
setAnalyserInputFile
- Parameters:
analyserInputFile- the analyserInputFile to set
-
getAnalyserInputFile
- Returns:
- the analyserInputFile
-
setProjectNames
- Parameters:
projectNames- the projectName to set
-
getProjectNames
- Returns:
- The names of all projects to be analysed.
-
setOutputFolder
- Parameters:
outputFolder- The (workspace-relative) path to the folder to put all analysis results in. May also be a platform resource URI or a file URI.
-
getOutputFolder
- Returns:
- The (workspace-relative) path to the folder to put all analysis results in. May also be a platform resource URI or a file URI.
-