Class ValidationResults.SimpleProblem

    • Constructor Detail

      • SimpleProblem

        public SimpleProblem​(File file,
                             File root,
                             String key,
                             gov.nasa.pds.tools.constants.Constants.ProblemType type,
                             Integer lineNumber,
                             Object... arguments)
    • Method Detail

      • getFile

        public gov.nasa.arc.pds.tools.container.FileMirror getFile()
      • getFileObj

        public File getFileObj()
      • getKey

        public String getKey()
      • getType

        public gov.nasa.pds.tools.constants.Constants.ProblemType getType()
      • getLineNumber

        public Integer getLineNumber()
      • getArguments

        public Object[] getArguments()