Class TaskZipExtracted

java.lang.Object
de.hsh.graja.transform.TaskZipExtracted

public class TaskZipExtracted extends Object
This class stores any useful information that was extracted from a proforma task.zip file.
  • Field Details

    • unzipOk

      public boolean unzipOk
    • exception

      public Exception exception
    • pathToLocalWorkspace

      public String pathToLocalWorkspace
    • pathToLocalTaskZip

      public String pathToLocalTaskZip
    • pathToUnzippedContents

      public Path pathToUnzippedContents
    • pathToUnpackedResources

      public Path pathToUnpackedResources
    • pathToUnpackedDescriptions

      public Path pathToUnpackedDescriptions
    • pathToTplXml

      public Path pathToTplXml
    • tpl

      public TemplateSpec tpl
    • pathToTaskXml

      public Path pathToTaskXml
    • task

      public Task task
    • assignmentSettings

      public AssignmentSettingsTO assignmentSettings
    • modelSolutions

      public Map<String,ModelSolutionData> modelSolutions
  • Constructor Details

    • TaskZipExtracted

      public TaskZipExtracted()