public static class ValidationResults.SimpleProblem
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SimpleProblem(java.io.File file,
java.io.File root,
java.lang.String key,
gov.nasa.pds.tools.constants.Constants.ProblemType type,
java.lang.Integer lineNumber,
java.lang.Object... arguments) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArguments() |
gov.nasa.arc.pds.tools.container.FileMirror |
getFile() |
java.io.File |
getFileObj() |
java.lang.String |
getKey() |
java.lang.Integer |
getLineNumber() |
gov.nasa.pds.tools.constants.Constants.ProblemType |
getType() |
public SimpleProblem(java.io.File file, java.io.File root, java.lang.String key, gov.nasa.pds.tools.constants.Constants.ProblemType type, java.lang.Integer lineNumber, java.lang.Object... arguments)
public gov.nasa.arc.pds.tools.container.FileMirror getFile()
public java.io.File getFileObj()
public java.lang.String getKey()
public gov.nasa.pds.tools.constants.Constants.ProblemType getType()
public java.lang.Integer getLineNumber()
public java.lang.Object[] getArguments()
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.