| Modifier and Type | Class | Description |
|---|---|---|
class |
JUnitLauncher |
|
class |
Project |
This class is NOT threadsafe
|
class |
ProjectBuilder |
|
class |
ProjectLauncher |
A Project Launcher is a base class to be extended by launchers.
|
class |
Run |
|
class |
Workspace |
| Modifier and Type | Method | Description |
|---|---|---|
static Processor |
Workspace.getDefaults() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Container.contributeFiles(java.util.List<java.io.File> files,
Processor reporter) |
Iterate over the containers and get the files they represent.
|
static Workspace |
Workspace.createStandaloneWorkspace(Processor run,
java.net.URI base) |
Create a workspace that does not inherit from a cnf directory etc.
|
| Modifier and Type | Method | Description |
|---|---|---|
Processor |
BndEditModel.getProperties() |
Return a processor for this model.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
HeaderReader |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConnectionSettings |
| Constructor | Description |
|---|---|
ConnectionSettings(Processor processor,
HttpClient client) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
HttpClient.readSettings(Processor processor) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JUnitFramework.BundleBuilder |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MavenCommand |
|
class |
MavenDeployCmd |
|
class |
PomParser |
Provides a way to parse a maven pom as properties.
|
| Constructor | Description |
|---|---|
MavenCommand(Processor p) |
|
PomResource(Processor b,
java.util.jar.Manifest manifest) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Analyzer |
|
class |
Builder |
Include-Resource: ( [name '=' ] file )+ Private-Package: package-decl ( ','
package-decl )* Export-Package: package-decl ( ',' package-decl )*
Import-Package: package-decl ( ',' package-decl )* @version $Revision: 1.27 $
|
class |
Verifier |
| Modifier and Type | Method | Description |
|---|---|---|
protected Processor |
Processor.beginHandleErrors(java.lang.String message) |
Set the current command thread.
|
Processor |
Processor.getParent() |
|
Processor |
Processor.getTop() |
| Modifier and Type | Method | Description |
|---|---|---|
static Domain |
Domain.domain(Processor processor) |
|
protected void |
Processor.endHandleErrors(Processor previous) |
End a command.
|
static java.lang.String |
OSInformation.getNativeCapabilityClause(Processor p,
java.lang.String[] args) |
Helper for the Processor._native_capability macro
|
void |
Processor.getSettings(Processor p) |
Copy the settings of another processor
|
static Parameters |
Processor.parseHeader(java.lang.String value,
Processor logger) |
Standard OSGi header parser.
|
java.lang.String |
Macro.process(java.lang.String line,
Processor source) |
|
void |
Processor.setParent(Processor processor) |
|
void |
Processor.use(Processor reporter) |
| Constructor | Description |
|---|---|
Analyzer(Processor parent) |
|
Builder(Processor parent) |
|
Macro(Processor domain,
java.lang.Object... targets) |
|
PreprocessResource(Processor processor,
Resource r) |
|
Processor(Processor processor) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
XMLResourceParser |
| Modifier and Type | Field | Description |
|---|---|---|
Processor |
RepositoryPlugin.PutOptions.context |
Provides the context.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
Signer |
This class is used with the aQute.bnd.osgi package, it signs jars with DSA
signature.
|