Package org.somox.configuration
Class FileLocationConfiguration
java.lang.Object
org.somox.configuration.FileLocationConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAnalyserInputFile
(String analyserInputFile) void
setOutputFolder
(String outputFolder) void
setProjectNames
(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.
-