- generate(Descriptor, ResultWriterFactory, Configuration) - Method in class org.apache.creadur.whisker.app.AbstractEngine
-
Writes legal documents.
- getAct() - Method in class org.apache.creadur.whisker.app.Whisker
-
Gets the operation to be performed.
- getDescription() - Method in enum org.apache.creadur.whisker.app.analysis.ResourceDefinitionError
-
Gets a description suitable for display.
- getDirectory() - Method in class org.apache.creadur.whisker.app.analysis.ResourceDescription
-
Gets the name of the containing directory.
- getDuplicates() - Method in class org.apache.creadur.whisker.app.analysis.LicenseAnalyst
-
Gets duplicate resources.
- getEngine() - Method in class org.apache.creadur.whisker.app.Whisker
-
Gets the reporting engine.
- getExtraLicenses() - Method in class org.apache.creadur.whisker.app.analysis.LicenseAnalyst
-
Gets surplus licenses.
- getFileName() - Method in class org.apache.creadur.whisker.app.load.StreamableFileNameResource
-
Gets the file name of the resource to be streamed.
- getIssues(ResourceDefinitionError) - Method in class org.apache.creadur.whisker.app.analysis.LicenseAnalyst
-
Gets issues by type.
- getIssues() - Method in exception org.apache.creadur.whisker.app.analysis.ResourceDefinitionException
-
Gets causal issues.
- getLicenseConfiguration() - Method in class org.apache.creadur.whisker.app.Whisker
-
Gets the configuration options for license rendering.
- getLicenseDescriptor() - Method in class org.apache.creadur.whisker.app.Whisker
-
- getMissingLicenses() - Method in class org.apache.creadur.whisker.app.analysis.LicenseAnalyst
-
Gets missing license.
- getName() - Method in class org.apache.creadur.whisker.app.load.StreamableClassPathResource
-
Gets the location on the class path of the resource to be streamed.
- getName() - Method in enum org.apache.creadur.whisker.app.Result
-
Gets the conventional name for this result.
- getResource() - Method in class org.apache.creadur.whisker.app.analysis.ResourceDescription
-
Gets the resource name.
- getResourcesMissingSource() - Method in class org.apache.creadur.whisker.app.analysis.ResourceSourceAuditor
-
Gets the resources missing source collected during visits.
- getResourcesMissingSources() - Method in class org.apache.creadur.whisker.app.analysis.LicenseAnalyst
-
Gets resources whose sources are missing.
- getResourcesRequiringSourceLinks() - Method in class org.apache.creadur.whisker.app.analysis.ResourceSourceAuditor
-
Gets those resources visited which require source links.
- getResourcesWithSource() - Method in class org.apache.creadur.whisker.app.analysis.ResourceSourceAuditor
-
Gets the resources with source collected during visits.
- getSource() - Method in class org.apache.creadur.whisker.app.Whisker
-
Gets the source on which the operation will be performed.
- getWriterFactory() - Method in class org.apache.creadur.whisker.app.Whisker
-
Gets the factory that builds product Writer
s.
- setAct(Act) - Method in class org.apache.creadur.whisker.app.Whisker
-
Sets the operation to be performed.
- setEngine(AbstractEngine) - Method in class org.apache.creadur.whisker.app.Whisker
-
Sets the reporting engine.
- setLicenseConfiguration(LicenseConfiguration) - Method in class org.apache.creadur.whisker.app.Whisker
-
Sets the configuration options for license rendering.
- setLicenseDescriptor(StreamableResource) - Method in class org.apache.creadur.whisker.app.Whisker
-
Sets meta-data describing the source licensing.
- setSource(String) - Method in class org.apache.creadur.whisker.app.Whisker
-
Sets the source
- setWriterFactory(ResultWriterFactory) - Method in class org.apache.creadur.whisker.app.Whisker
-
Sets the factory that builds product Writer
s.
- skeleton(Collection<Directory>, ResultWriterFactory, Configuration) - Method in class org.apache.creadur.whisker.app.AbstractEngine
-
Writes templates to help create meta-data.
- StreamableClassPathResource - Class in org.apache.creadur.whisker.app.load
-
Streams, on demand, the contents of a resource located on the class path.
- StreamableClassPathResource(String) - Constructor for class org.apache.creadur.whisker.app.load.StreamableClassPathResource
-
Constructs an instance that streams the given class path resource
on demand.
- StreamableFileNameResource - Class in org.apache.creadur.whisker.app.load
-
Streams, on demand, the contents of a file identified by a full file name,
including path.
- StreamableFileNameResource(String) - Constructor for class org.apache.creadur.whisker.app.load.StreamableFileNameResource
-
Constructs an instance that streams
the resource identified by name on demand.
- StreamableFileResource - Class in org.apache.creadur.whisker.app.load
-
Streams the contents of a file.
- StreamableFileResource(File) - Constructor for class org.apache.creadur.whisker.app.load.StreamableFileResource
-
Constructs an object that streams the file on demand.
- StreamableResource - Class in org.apache.creadur.whisker.app
-
A resource capable of being opened as a stream.
- StreamableResource() - Constructor for class org.apache.creadur.whisker.app.StreamableResource
-
- StreamableResourceFactory - Class in org.apache.creadur.whisker.app.load
-
- StreamableResourceFactory() - Constructor for class org.apache.creadur.whisker.app.load.StreamableResourceFactory
-
- streamFromClassPathResource(String) - Method in class org.apache.creadur.whisker.app.load.StreamableResourceFactory
-
Builds instance that streams, on demand,
from resource on the class path.
- streamFromFileResource(String) - Method in class org.apache.creadur.whisker.app.load.StreamableResourceFactory
-
Builds instance that streams, on demand,
from resource stored in the file system.
- streamFromFileResource(File) - Method in class org.apache.creadur.whisker.app.load.StreamableResourceFactory
-
Builds instance that streams, on demand,
from resource stored in the file system.
- streamFromResource(String) - Method in class org.apache.creadur.whisker.app.load.StreamableResourceFactory
-
When the resource is found on the classpath,
builds an instance that streams, on demand,
from the classpath.
- validate(LicenseAnalyst, ResultWriterFactory, Configuration) - Method in class org.apache.creadur.whisker.app.AbstractEngine
-
Reports validations.
- validate(Descriptor) - Method in class org.apache.creadur.whisker.app.analysis.LicenseAnalyst
-
Checks the descriptor against the source directories.
- valueOf(String) - Static method in enum org.apache.creadur.whisker.app.Act
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.creadur.whisker.app.analysis.ResourceDefinitionError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.creadur.whisker.app.LicenseConfiguration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.creadur.whisker.app.Result
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.creadur.whisker.app.Act
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.creadur.whisker.app.analysis.ResourceDefinitionError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.creadur.whisker.app.LicenseConfiguration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.creadur.whisker.app.Result
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visit(WithinDirectory) - Method in class org.apache.creadur.whisker.app.analysis.ResourceSourceAuditor
-
Accepts a directory visit.
- visit(WithLicense) - Method in class org.apache.creadur.whisker.app.analysis.ResourceSourceAuditor
-
Accepts a license visit.
- visit(Resource) - Method in class org.apache.creadur.whisker.app.analysis.ResourceSourceAuditor
-
Accepts a visit to a resource.