Class FileLocationConfiguration

java.lang.Object
org.somox.configuration.FileLocationConfiguration

public class FileLocationConfiguration extends Object
  • Constructor Details

    • FileLocationConfiguration

      public FileLocationConfiguration()
  • Method Details

    • setAnalyserInputFile

      public void setAnalyserInputFile(String analyserInputFile)
      Parameters:
      analyserInputFile - the analyserInputFile to set
    • getAnalyserInputFile

      public String getAnalyserInputFile()
      Returns:
      the analyserInputFile
    • setProjectNames

      public void setProjectNames(Set<String> projectNames)
      Parameters:
      projectNames - the projectName to set
    • getProjectNames

      public Set<String> getProjectNames()
      Returns:
      The names of all projects to be analysed.
    • setOutputFolder

      public void setOutputFolder(String outputFolder)
      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

      public String 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.