Package | Description |
---|---|
org.apache.creadur.whisker.app.analysis |
Audits source against meta-data.
|
Modifier and Type | Method and Description |
---|---|
static ResourceDefinitionError |
ResourceDefinitionError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceDefinitionError[] |
ResourceDefinitionError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<ResourceDefinitionError,Collection<ResourceDescription>> |
ResourceDefinitionException.getIssues()
Gets causal issues.
|
Modifier and Type | Method and Description |
---|---|
Collection<ResourceDescription> |
LicenseAnalyst.getIssues(ResourceDefinitionError ofType)
Gets issues by type.
|
Constructor and Description |
---|
ResourceDefinitionException(Map<ResourceDefinitionError,Collection<ResourceDescription>> issues)
Constructs an exception caused by the given issues.
|
Copyright © 2011–1970 Apache Software Foundation. All rights reserved.