Package | Description |
---|---|
org.apache.creadur.whisker.app |
High level application components.
|
org.apache.creadur.whisker.cli |
Runs Apache Whisker from the command line.
|
Modifier and Type | Method and Description |
---|---|
Whisker |
Whisker.act()
Performs the operation set.
|
Whisker |
Whisker.setAct(Act act)
Sets the operation to be performed.
|
Whisker |
Whisker.setEngine(AbstractEngine engine)
Sets the reporting engine.
|
Whisker |
Whisker.setLicenseConfiguration(LicenseConfiguration licenseConfiguration)
Sets the configuration options for license rendering.
|
Whisker |
Whisker.setLicenseDescriptor(StreamableResource licenseDescriptor)
Sets meta-data describing the source licensing.
|
Whisker |
Whisker.setSource(String source)
Sets the source
|
Whisker |
Whisker.setWriterFactory(ResultWriterFactory writerFactory)
Sets the factory that builds product
Writer s. |
Modifier and Type | Method and Description |
---|---|
Whisker |
Main.configure(String[] args)
Parses arguments and configures the application.
|
Constructor and Description |
---|
Main(Whisker whisker)
Constructs a wrapper for the given application.
|
Copyright © 2011-2013 Apache Software Foundation. All Rights Reserved.