A B C D E F G H I J L M N O P R S T V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(String, String) - Method in class com.optum.sourcehawk.core.utils.ModifiableProperties
-
Add a Property to the end of the CommentedProperties.
- addLine(String) - Method in class com.optum.sourcehawk.core.utils.ModifiableProperties
-
Add a comment or blank line or comment to the end of the CommentedProperties.
- attemptOrDefault(Try.CheckedSupplier<T>, Function<Throwable, T>) - Static method in class com.optum.sourcehawk.core.utils.Try
-
Surround the
Try.CheckedSupplierwith a try/catch
B
- build() - Method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration.Builder
- build() - Method in class com.optum.sourcehawk.core.data.RemoteRef.RemoteRefBuilder
- build() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
- build() - Method in class com.optum.sourcehawk.core.result.FixResult.FixResultBuilder
- build() - Method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor.MessageDescriptorBuilder
- build() - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult.FlattenConfigResultBuilder
- build() - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor.MessageDescriptorBuilder
- build() - Method in class com.optum.sourcehawk.core.result.ScanResult.ScanResultBuilder
- builder() - Static method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration
- builder() - Static method in class com.optum.sourcehawk.core.data.RemoteRef
- builder() - Static method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
- builder() - Static method in class com.optum.sourcehawk.core.result.FixResult
- builder() - Static method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor
- builder() - Static method in class com.optum.sourcehawk.core.result.FlattenConfigResult
- builder() - Static method in class com.optum.sourcehawk.core.result.ScanResult
- builder() - Static method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor
C
- CollectionUtils - Class in com.optum.sourcehawk.core.utils
-
Collection Utilities
- com.optum.sourcehawk.core.configuration - package com.optum.sourcehawk.core.configuration
- com.optum.sourcehawk.core.constants - package com.optum.sourcehawk.core.constants
- com.optum.sourcehawk.core.data - package com.optum.sourcehawk.core.data
- com.optum.sourcehawk.core.protocol - package com.optum.sourcehawk.core.protocol
- com.optum.sourcehawk.core.protocol.file - package com.optum.sourcehawk.core.protocol.file
- com.optum.sourcehawk.core.repository - package com.optum.sourcehawk.core.repository
- com.optum.sourcehawk.core.result - package com.optum.sourcehawk.core.result
- com.optum.sourcehawk.core.utils - package com.optum.sourcehawk.core.utils
- configLocations(Collection<String>) - Method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration.Builder
-
The remote files to inherit from in URL form
- content(byte[]) - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult.FlattenConfigResultBuilder
-
The content that was flattened
- create(Path) - Static method in class com.optum.sourcehawk.core.repository.LocalRepositoryFileReader
-
Creates an instance of the repository file reader with the provided directory context
- create(InputStream) - Static method in class com.optum.sourcehawk.core.utils.ModifiableProperties
-
Create an instance and load the input stream
D
- DEFAULT_CONFIG_FILE_NAME - Static variable in class com.optum.sourcehawk.core.constants.SourcehawkConstants
-
The default name of the configuration file in the repository
- defaultString(String, String) - Static method in class com.optum.sourcehawk.core.utils.StringUtils
-
Returns either the passed in String, or if the String is
null, the value ofdefaultStr. - deriveRelativePath(String, String) - Static method in class com.optum.sourcehawk.core.utils.FileUtils
-
Derive the relative path for
absolutePathrelative toroot - description(String) - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
-
An optional description for the protocol
E
- empty() - Static method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration
-
Create an empty configuration instance
- enforcers(Collection<Map<String, Object>>) - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
-
A collection of enforcers which will be run on the file
- equals(CharSequence, CharSequence) - Static method in class com.optum.sourcehawk.core.utils.StringUtils
-
Determine if two character sequences are equal to each other
- equals(Object) - Method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration
- equals(Object) - Method in class com.optum.sourcehawk.core.data.Pair
- equals(Object) - Method in class com.optum.sourcehawk.core.data.RemoteRef
- equals(Object) - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
- equals(Object) - Method in class com.optum.sourcehawk.core.result.FixResult
- equals(Object) - Method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor
- equals(Object) - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult
- equals(Object) - Method in class com.optum.sourcehawk.core.result.ScanResult
- equals(Object) - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor
- error(boolean) - Method in class com.optum.sourcehawk.core.result.FixResult.FixResultBuilder
-
Whether or not an error occurred during fix
- error(boolean) - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult.FlattenConfigResultBuilder
-
Whether or not an error occurred during fix
- error(String) - Static method in class com.optum.sourcehawk.core.result.FlattenConfigResult
-
Constructs a "success" instance of
FlattenConfigResult - ERROR - com.optum.sourcehawk.core.data.Severity
- errorCount(int) - Method in class com.optum.sourcehawk.core.result.FixResult.FixResultBuilder
-
The number of errors which occurred
- errorCount(int) - Method in class com.optum.sourcehawk.core.result.ScanResult.ScanResultBuilder
-
The number of errors encountered during the scan
- exists(String) - Method in class com.optum.sourcehawk.core.repository.LocalRepositoryFileReader
-
Determine if the file at the given path exists
- exists(String) - Method in class com.optum.sourcehawk.core.repository.RemoteRepositoryFileReader
-
Determine if the file at the given path exists
- exists(String) - Method in interface com.optum.sourcehawk.core.repository.RepositoryFileReader
-
Determine if the file at the given path exists
F
- FileProtocol - Class in com.optum.sourcehawk.core.protocol.file
-
A protocol which allow for defining a set of rules to enforce on a file
- FileProtocol.FileProtocolBuilder - Class in com.optum.sourcehawk.core.protocol.file
- fileProtocols(Collection<FileProtocol>) - Method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration.Builder
-
The file protocols that should be considered
- FileUtils - Class in com.optum.sourcehawk.core.utils
-
File Utilities
- find(String, String) - Static method in class com.optum.sourcehawk.core.utils.FileUtils
-
Find file paths by a glob pattern.
- fixCount(int) - Method in class com.optum.sourcehawk.core.result.FixResult.FixResultBuilder
-
The number of fixes made
- fixesApplied(boolean) - Method in class com.optum.sourcehawk.core.result.FixResult.FixResultBuilder
-
Whether or not fixes were applied
- FixResult - Class in com.optum.sourcehawk.core.result
-
The result of a fix
- FixResult.FixResultBuilder - Class in com.optum.sourcehawk.core.result
- FixResult.MessageDescriptor - Class in com.optum.sourcehawk.core.result
-
Encapsulates all of the traits of a fix result message
- FixResult.MessageDescriptor.MessageDescriptorBuilder - Class in com.optum.sourcehawk.core.result
- FlattenConfigResult - Class in com.optum.sourcehawk.core.result
-
The result of a flatten
- FlattenConfigResult.FlattenConfigResultBuilder - Class in com.optum.sourcehawk.core.result
- formattedMessages(Collection<String>) - Method in class com.optum.sourcehawk.core.result.FixResult.FixResultBuilder
-
Messages formatted for reporting
- formattedMessages(Collection<String>) - Method in class com.optum.sourcehawk.core.result.ScanResult.ScanResultBuilder
-
Messages formatted for reporting Format: [SEVERITY] repositoryFilePath :: message
G
- get() - Method in interface com.optum.sourcehawk.core.utils.Try.CheckedSupplier
-
Get the result
- getAbsoluteLocation(String) - Method in class com.optum.sourcehawk.core.repository.LocalRepositoryFileReader
-
Get a string representation of the absolute location of
repositoryFilePath - getAbsoluteLocation(String) - Method in class com.optum.sourcehawk.core.repository.RemoteRepositoryFileReader
-
Get a string representation of the absolute location of
repositoryFilePath - getAbsoluteLocation(String) - Method in interface com.optum.sourcehawk.core.repository.RepositoryFileReader
-
Get a string representation of the absolute location of
repositoryFilePath - getConfigLocations() - Method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration
-
The remote files to inherit from in URL form
- getContent() - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult
-
The content that was flattened
- getDescription() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
-
An optional description for the protocol
- getDescription() - Method in interface com.optum.sourcehawk.core.protocol.Protocol
-
An optional description for the protocol
- getEnforcers() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
-
A collection of enforcers which will be run on the file
- getErrorCount() - Method in class com.optum.sourcehawk.core.result.FixResult
-
The number of errors which occurred
- getErrorCount() - Method in class com.optum.sourcehawk.core.result.ScanResult
-
The number of errors encountered during the scan
- getFileProtocols() - Method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration
-
The file protocols that should be considered
- getFixCount() - Method in class com.optum.sourcehawk.core.result.FixResult
-
The number of fixes made
- getFormattedMessages() - Method in class com.optum.sourcehawk.core.result.FixResult
-
Messages formatted for reporting
- getFormattedMessages() - Method in class com.optum.sourcehawk.core.result.ScanResult
-
Messages formatted for reporting Format: [SEVERITY] repositoryFilePath :: message
- getGroup() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
-
Deprecated.use
FileProtocol.tagsinstead - getLeft() - Method in class com.optum.sourcehawk.core.data.Pair
- getLevel() - Method in enum com.optum.sourcehawk.core.data.Verbosity
- getMessage() - Method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor
- getMessage() - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult
-
The result message
- getMessage() - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor
- getMessages() - Method in class com.optum.sourcehawk.core.result.FixResult
-
All of the messages associated with the scan
- getMessages() - Method in class com.optum.sourcehawk.core.result.ScanResult
-
All of the messages associated with the scan Key: Repository File Path Value: Collection of
ScanResult.MessageDescriptor - getName() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
-
The name of the protocol
- getName() - Method in interface com.optum.sourcehawk.core.protocol.Protocol
-
The name of the protocol
- getNamespace() - Method in class com.optum.sourcehawk.core.data.RemoteRef
-
The remote namespace, such as Github owner / organization, or Bitbucket user / project
- getRef() - Method in class com.optum.sourcehawk.core.data.RemoteRef
-
The reference, such as tag, branch, commit ID
- getRepository() - Method in class com.optum.sourcehawk.core.data.RemoteRef
-
The remote repository name
- getRepositoryPath() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
-
The path to the file in the repository
- getRepositoryPath() - Method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor
- getRepositoryPath() - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor
- getRight() - Method in class com.optum.sourcehawk.core.data.Pair
- getSeverity() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
-
The severity of the protocol
- getSeverity() - Method in interface com.optum.sourcehawk.core.protocol.Protocol
-
The severity of the protocol
- getSeverity() - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor
- getTags() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
-
Any tags that the protocol should be annotated with
- getTags() - Method in interface com.optum.sourcehawk.core.protocol.Protocol
-
Any tags that the protocol should be annotated with
- getWarningCount() - Method in class com.optum.sourcehawk.core.result.ScanResult
-
The number of warnings encountered during the scan
- group(String) - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
-
Deprecated.
H
- hashCode() - Method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration
- hashCode() - Method in class com.optum.sourcehawk.core.data.Pair
- hashCode() - Method in class com.optum.sourcehawk.core.data.RemoteRef
- hashCode() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
- hashCode() - Method in class com.optum.sourcehawk.core.result.FixResult
- hashCode() - Method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor
- hashCode() - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult
- hashCode() - Method in class com.optum.sourcehawk.core.result.ScanResult
- hashCode() - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor
- HIGH - com.optum.sourcehawk.core.data.Verbosity
I
- INFO - com.optum.sourcehawk.core.data.Severity
- isBlankOrEmpty(String) - Static method in class com.optum.sourcehawk.core.utils.StringUtils
-
Determine if a string is blank or empty
- isEmpty(Collection<T>) - Static method in class com.optum.sourcehawk.core.utils.CollectionUtils
-
Determine if the collection is empty (null or has zero elements)
- isError() - Method in class com.optum.sourcehawk.core.result.FixResult
-
Whether or not an error occurred during fix
- isError() - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult
-
Whether or not an error occurred during fix
- isFixesApplied() - Method in class com.optum.sourcehawk.core.result.FixResult
-
Whether or not fixes were applied
- isGlobPattern(String) - Static method in class com.optum.sourcehawk.core.utils.FileUtils
-
Determine if the provided pattern is a glob pattern
- isNoResolver() - Method in class com.optum.sourcehawk.core.result.FixResult
-
Whether or not there was a resolver to use
- isNotBlankOrEmpty(String) - Static method in class com.optum.sourcehawk.core.utils.StringUtils
-
Determine if a string is not blank or empty
- isNotEmpty(Collection<T>) - Static method in class com.optum.sourcehawk.core.utils.CollectionUtils
-
Determine if the collection is NOT empty (has at least one element)
- isPassed() - Method in class com.optum.sourcehawk.core.result.ScanResult
-
Whether or not the scan passed
- isPassedWithNoWarnings() - Method in class com.optum.sourcehawk.core.result.ScanResult
-
Determine if the result is passed, AND has no warnings
- isRequired() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
-
Whether or not the protocol is required
- isRequired() - Method in interface com.optum.sourcehawk.core.protocol.Protocol
-
Whether or not the protocol is required
- isUrl(String) - Static method in class com.optum.sourcehawk.core.utils.StringUtils
-
Determine whether or not the string provided is a URL
J
- JSON - com.optum.sourcehawk.core.data.OutputFormat
L
- load(InputStream) - Method in class com.optum.sourcehawk.core.utils.ModifiableProperties
-
Load properties from the specified InputStream.
- LocalRepositoryFileReader - Class in com.optum.sourcehawk.core.repository
-
A repository file reader implementation which reads from file system
- LocalRepositoryFileWriter - Class in com.optum.sourcehawk.core.repository
-
A repository file writer implementation which writes to the file system
- LOW - com.optum.sourcehawk.core.data.Verbosity
M
- MapUtils - Class in com.optum.sourcehawk.core.utils
-
Map Utilities
- MARKDOWN - com.optum.sourcehawk.core.data.OutputFormat
- MEDIUM - com.optum.sourcehawk.core.data.Verbosity
- mergeCollectionValues(Map<K, Collection<V>>, Map<K, Collection<V>>) - Static method in class com.optum.sourcehawk.core.utils.MapUtils
-
Merge 2 maps containing collections as values
- message(String) - Method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor.MessageDescriptorBuilder
- message(String) - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult.FlattenConfigResultBuilder
-
The result message
- message(String) - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor.MessageDescriptorBuilder
- messages(Map<String, Collection<FixResult.MessageDescriptor>>) - Method in class com.optum.sourcehawk.core.result.FixResult.FixResultBuilder
-
All of the messages associated with the scan
- messages(Map<String, Collection<ScanResult.MessageDescriptor>>) - Method in class com.optum.sourcehawk.core.result.ScanResult.ScanResultBuilder
-
All of the messages associated with the scan Key: Repository File Path Value: Collection of
ScanResult.MessageDescriptor - ModifiableProperties - Class in com.optum.sourcehawk.core.utils
-
Modified from original source: https://www.dreamincode.net/forums/topic/53734-java-code-to-modify-properties-file-and-preserve-comments/
- ModifiableProperties() - Constructor for class com.optum.sourcehawk.core.utils.ModifiableProperties
N
- name(String) - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
-
The name of the protocol
- NAME - Static variable in class com.optum.sourcehawk.core.constants.SourcehawkConstants
-
The name
- NAME_LOWERCASE - Static variable in class com.optum.sourcehawk.core.constants.SourcehawkConstants
-
The name (lowercase)
- namespace(String) - Method in class com.optum.sourcehawk.core.data.RemoteRef.RemoteRefBuilder
-
The remote namespace, such as Github owner / organization, or Bitbucket user / project
- noResolver(boolean) - Method in class com.optum.sourcehawk.core.result.FixResult.FixResultBuilder
-
Whether or not there was a resolver to use
O
- of(Collection<String>, Collection<FileProtocol>) - Static method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration
- of(T, S) - Static method in class com.optum.sourcehawk.core.data.Pair
- OutputFormat - Enum in com.optum.sourcehawk.core.data
-
An enumeration of the types of output formats
P
- Pair<T,S> - Class in com.optum.sourcehawk.core.data
-
Holds a pair of values
- parse(String) - Static method in enum com.optum.sourcehawk.core.data.OutputFormat
-
Parse the scan output format from a string value, or return the default
- parse(String) - Static method in enum com.optum.sourcehawk.core.data.Severity
-
Parse the severity from a string value, or return
Severity.ERROR - parse(String) - Static method in enum com.optum.sourcehawk.core.data.Verbosity
-
Parse the verbosity from a string value, or return
Verbosity.HIGH - parse(String, String) - Static method in class com.optum.sourcehawk.core.data.RemoteRef
-
Create the remote ref from the type and raw reference
- passed() - Static method in class com.optum.sourcehawk.core.result.ScanResult
-
Constructs a "passed" instance of
ScanResult - passed(boolean) - Method in class com.optum.sourcehawk.core.result.ScanResult.ScanResultBuilder
-
Whether or not the scan passed
- Protocol - Interface in com.optum.sourcehawk.core.protocol
-
Definition of a protocol
R
- read(String) - Method in class com.optum.sourcehawk.core.repository.LocalRepositoryFileReader
-
Read a file from the given repository file path
- read(String) - Method in class com.optum.sourcehawk.core.repository.RemoteRepositoryFileReader
-
Read a file from the given repository file path
- read(String) - Method in interface com.optum.sourcehawk.core.repository.RepositoryFileReader
-
Read a file from the given repository file path
- reduce(FixResult, FixResult) - Static method in class com.optum.sourcehawk.core.result.FixResult
-
Reduce two
FixResults into one - reduce(ScanResult, ScanResult) - Static method in class com.optum.sourcehawk.core.result.ScanResult
-
Reduce two
ScanResults into one - ref(String) - Method in class com.optum.sourcehawk.core.data.RemoteRef.RemoteRefBuilder
-
The reference, such as tag, branch, commit ID
- RemoteRef - Class in com.optum.sourcehawk.core.data
-
Remote reference definition
- RemoteRef.RemoteRefBuilder - Class in com.optum.sourcehawk.core.data
- RemoteRepositoryFileReader - Class in com.optum.sourcehawk.core.repository
-
A remote repository file reader which treats the repository file paths relative to the raw file URL template provided during construction
- RemoteRepositoryFileReader(String, Map<String, String>) - Constructor for class com.optum.sourcehawk.core.repository.RemoteRepositoryFileReader
-
Constructs an instance of this reader with the provided base URL
- removeNewLines(String) - Static method in class com.optum.sourcehawk.core.utils.StringUtils
-
Remove new lines and carriage returns
- repository(String) - Method in class com.optum.sourcehawk.core.data.RemoteRef.RemoteRefBuilder
-
The remote repository name
- RepositoryFileReader - Interface in com.optum.sourcehawk.core.repository
-
A reader responsible for reading repository files
- RepositoryFileWriter - Interface in com.optum.sourcehawk.core.repository
-
A writer responsible for writing repository files
- repositoryPath(String) - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
-
The path to the file in the repository
- repositoryPath(String) - Method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor.MessageDescriptorBuilder
- repositoryPath(String) - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor.MessageDescriptorBuilder
- required(boolean) - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
-
Whether or not the protocol is required
S
- ScanResult - Class in com.optum.sourcehawk.core.result
-
The result of a scan
- ScanResult.MessageDescriptor - Class in com.optum.sourcehawk.core.result
-
Encapsulates all of the traits of a message
- ScanResult.MessageDescriptor.MessageDescriptorBuilder - Class in com.optum.sourcehawk.core.result
- ScanResult.ScanResultBuilder - Class in com.optum.sourcehawk.core.result
- severity(String) - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
-
The severity of the protocol
- severity(String) - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor.MessageDescriptorBuilder
- Severity - Enum in com.optum.sourcehawk.core.data
-
Severity
- SourcehawkConfiguration - Class in com.optum.sourcehawk.core.configuration
-
Root of all Sourcehawk configuration
- SourcehawkConfiguration.Builder - Class in com.optum.sourcehawk.core.configuration
- SourcehawkConstants - Class in com.optum.sourcehawk.core.constants
-
Global constants for all Sourcehawk modules
- startsWith(CharSequence, CharSequence) - Static method in class com.optum.sourcehawk.core.utils.StringUtils
-
Determine if a string starts with the provided prefix
- store(Writer, String) - Method in class com.optum.sourcehawk.core.utils.ModifiableProperties
-
Write the properties to the specified OutputStream.
- StringUtils - Class in com.optum.sourcehawk.core.utils
-
String Utilities
- success(byte[]) - Static method in class com.optum.sourcehawk.core.result.FlattenConfigResult
-
Constructs a "success" instance of
FlattenConfigResult - supportsGlobPatterns() - Method in class com.optum.sourcehawk.core.repository.LocalRepositoryFileReader
-
Determine if the reader supports glob patterns
- supportsGlobPatterns() - Method in interface com.optum.sourcehawk.core.repository.RepositoryFileReader
-
Determine if the reader supports glob patterns
T
- tags(String[]) - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
-
Any tags that the protocol should be annotated with
- TEXT - com.optum.sourcehawk.core.data.OutputFormat
- toString() - Method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration.Builder
- toString() - Method in class com.optum.sourcehawk.core.configuration.SourcehawkConfiguration
- toString() - Method in class com.optum.sourcehawk.core.data.Pair
- toString() - Method in class com.optum.sourcehawk.core.data.RemoteRef.RemoteRefBuilder
- toString() - Method in class com.optum.sourcehawk.core.data.RemoteRef
- toString() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol.FileProtocolBuilder
- toString() - Method in class com.optum.sourcehawk.core.protocol.file.FileProtocol
- toString() - Method in class com.optum.sourcehawk.core.result.FixResult.FixResultBuilder
- toString() - Method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor.MessageDescriptorBuilder
- toString() - Method in class com.optum.sourcehawk.core.result.FixResult.MessageDescriptor
- toString() - Method in class com.optum.sourcehawk.core.result.FixResult
- toString() - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult.FlattenConfigResultBuilder
- toString() - Method in class com.optum.sourcehawk.core.result.FlattenConfigResult
- toString() - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor.MessageDescriptorBuilder
- toString() - Method in class com.optum.sourcehawk.core.result.ScanResult.MessageDescriptor
- toString() - Method in class com.optum.sourcehawk.core.result.ScanResult.ScanResultBuilder
- toString() - Method in class com.optum.sourcehawk.core.result.ScanResult
- Try - Class in com.optum.sourcehawk.core.utils
-
Utility class for try/catch handling
- Try.CheckedSupplier<T> - Interface in com.optum.sourcehawk.core.utils
-
A checked supplier functional interface
V
- valueOf(String) - Static method in enum com.optum.sourcehawk.core.data.OutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.optum.sourcehawk.core.data.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.optum.sourcehawk.core.data.Verbosity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.optum.sourcehawk.core.data.OutputFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.optum.sourcehawk.core.data.Severity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.optum.sourcehawk.core.data.Verbosity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Verbosity - Enum in com.optum.sourcehawk.core.data
-
Verbosity
W
- WARNING - com.optum.sourcehawk.core.data.Severity
- warningCount(int) - Method in class com.optum.sourcehawk.core.result.ScanResult.ScanResultBuilder
-
The number of warnings encountered during the scan
- write(String, @lombok.NonNull byte[]) - Method in class com.optum.sourcehawk.core.repository.LocalRepositoryFileWriter
-
Write the bytes to the given repository file path
- write(String, byte[]) - Method in interface com.optum.sourcehawk.core.repository.RepositoryFileWriter
-
Write the bytes to the given repository file path
- writer() - Static method in class com.optum.sourcehawk.core.repository.LocalRepositoryFileWriter
-
Creates an instance of the repository file writer
Z
A B C D E F G H I J L M N O P R S T V W ZAll Classes All Packages