Class ValidationResults
java.lang.Object
gov.nasa.pds.web.ui.containers.dataSet.ValidationResults
- All Implemented Interfaces:
BaseContainerInterface,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final Stringstatic PreparedStatementstatic final Stringstatic final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNewValue(File file, gov.nasa.pds.tools.LabelParserException lpe) booleanaddProblem(File file, String key, gov.nasa.pds.tools.constants.Constants.ProblemType type, Integer lineNumber, Object... arguments) List<gov.nasa.pds.tools.containers.SimpleDictionaryChange>longgetId()getName()longlonggetPath()longvoidsetDictionaryChanges(List<gov.nasa.pds.tools.containers.SimpleDictionaryChange> changes) voidsetDuration(long duration) voidvoidsetNumFiles(long size) voidsetNumFolders(long size) voidsetRootNode(File root) voidsetVolumeId(String volumeId) voidsetVolumeSpace(long volumeSpace)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
GET_PROBLEMS
- See Also:
-
GET_FILE_PROBLEMS
- See Also:
-
GET_FILE_PROBLEMS_STMNT
-
BUCKET_LIMIT
public static final transient int BUCKET_LIMIT- See Also:
-
-
Constructor Details
-
ValidationResults
-
-
Method Details
-
getOriginalSeparator
-
getId
-
getBucket
-
getNewValues
-
getName
-
getPath
-
getGroupCount
-
setRootNode
-
setName
-
setVolumeId
-
getVolumeId
-
setNumFiles
public void setNumFiles(long size) -
getNumFiles
public long getNumFiles() -
setNumFolders
public void setNumFolders(long size) -
getNumFolders
public long getNumFolders() -
getDuration
public long getDuration() -
setDuration
public void setDuration(long duration) -
getVolumeSpace
public long getVolumeSpace() -
setVolumeSpace
public void setVolumeSpace(long volumeSpace) -
addProblem
-
addNewValue
-
setDictionaryChanges
public void setDictionaryChanges(List<gov.nasa.pds.tools.containers.SimpleDictionaryChange> changes) -
getDictionaryChganges
-