Serialized Form
-
Package com.optum.sourcehawk.core.result
-
Class com.optum.sourcehawk.core.result.FixResult extends Object implements Serializable
- serialVersionUID:
- -7826662019832933150L
-
Serialized Fields
-
error
boolean error
Whether or not an error occurred during fix -
errorCount
int errorCount
The number of errors which occurred -
fixCount
int fixCount
The number of fixes made -
fixesApplied
boolean fixesApplied
Whether or not fixes were applied -
formattedMessages
@NonNull Collection<String> formattedMessages
Messages formatted for reportingFormat: [SEVERITY] repositoryFilePath :: message
-
messages
@NonNull Map<String,Collection<FixResult.MessageDescriptor>> messages
All of the messages associated with the scanKey: Repository File Path Value: Collection of
FixResult.MessageDescriptor -
noResolver
boolean noResolver
Whether or not there was a resolver to use
-
-
Class com.optum.sourcehawk.core.result.FlattenConfigResult extends Object implements Serializable
- serialVersionUID:
- -7826662019832933150L
-
Serialized Fields
-
content
byte[] content
The content that was flattened -
error
boolean error
Whether or not an error occurred during fix -
message
@NonNull String message
The result message
-
-
Class com.optum.sourcehawk.core.result.ScanResult extends Object implements Serializable
- serialVersionUID:
- 187759610747848247L
-
Serialized Fields
-
errorCount
int errorCount
The number of errors encountered during the scan -
formattedMessages
Collection<String> formattedMessages
Messages formatted for reporting Format: [SEVERITY] repositoryFilePath :: message -
messages
Map<String,Collection<ScanResult.MessageDescriptor>> messages
All of the messages associated with the scan Key: Repository File Path Value: Collection ofScanResult.MessageDescriptor -
passed
boolean passed
Whether or not the scan passed -
warningCount
int warningCount
The number of warnings encountered during the scan
-
-
-
Package com.optum.sourcehawk.core.utils
-
Class com.optum.sourcehawk.core.utils.ModifiableProperties extends Properties implements Serializable
- serialVersionUID:
- -736423775646688046L
-