Modifier and Type | Class and Description |
---|---|
class |
JUnitLauncher |
(package private) class |
Makefile
Implements a mini make builder that is run just before we build the bundle.
|
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 | Field and Description |
---|---|
(package private) static Processor |
Workspace.defaults |
Modifier and Type | Method and Description |
---|---|
static Processor |
Workspace.getDefaults() |
Modifier and Type | Method and 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.
|
private void |
Project.install(RepositoryPlugin repo,
Processor context,
java.io.File f,
Attrs value) |
private java.net.URI |
Project.releaseRepo(RepositoryPlugin releaseRepo,
Processor context,
java.lang.String jarName,
java.io.InputStream jarStream) |
Constructor and Description |
---|
Makefile(Processor project) |
Modifier and Type | Method and Description |
---|---|
Processor |
BndEditModel.getProperties()
Return a processor for this model.
|
Modifier and Type | Class and Description |
---|---|
class |
HeaderReader |
Modifier and Type | Field and Description |
---|---|
private Processor |
ConnectionSettings.processor |
private Processor |
ConnectionSettings.MasterPassphrase.processor |
Constructor and Description |
---|
ConnectionSettings(Processor processor,
HttpClient client) |
MasterPassphrase(Processor processor) |
SettingsURLConnectionHandler(ServerDTO serverDTO,
Processor processor) |
Modifier and Type | Field and Description |
---|---|
(package private) Processor |
ProcessorHandler.processor |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Syntax.getInstructions(Processor processor,
java.lang.Class<T> type) |
static <T> T |
ProcessorHandler.getInstructions(Processor processor,
java.lang.Class<T> type) |
Constructor and Description |
---|
ProcessorHandler(Processor processor) |
Modifier and Type | Method and Description |
---|---|
void |
HttpClient.readSettings(Processor processor) |
Modifier and Type | Class and Description |
---|---|
class |
JUnitFramework.BundleBuilder
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ServiceComponent.ComponentMaker |
Modifier and Type | Class and Description |
---|---|
class |
MavenCommand |
class |
MavenDeployCmd |
class |
PomParser
Provides a way to parse a maven pom as properties.
|
Modifier and Type | Field and Description |
---|---|
(package private) Processor |
PomResource.processor |
Modifier and Type | Method and Description |
---|---|
private static Processor |
PomResource.asProcessor(java.util.Map<java.lang.String,java.lang.String> b) |
Constructor and Description |
---|
MavenCommand(Processor p) |
PomResource(Processor b,
java.util.jar.Manifest manifest) |
PomResource(Processor p,
java.util.jar.Manifest manifest,
java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version) |
Modifier and Type | Class and 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 | Field and Description |
---|---|
(package private) Processor |
Macro.domain |
(package private) Processor |
Processor.parent |
(package private) Processor |
ActivelyClosingClassLoader.processor |
private Processor |
PreprocessResource.processor |
(package private) Processor |
Macro.Link.start |
Modifier and Type | Field and Description |
---|---|
(package private) static java.lang.ThreadLocal<Processor> |
Processor.current |
Modifier and Type | Method and Description |
---|---|
protected Processor |
Processor.beginHandleErrors(java.lang.String message)
Set the current command thread.
|
private Processor |
Processor.current()
A processor can mark itself current for a thread.
|
Processor |
Processor.getParent() |
Processor |
Processor.getTop() |
Modifier and Type | Method and Description |
---|---|
static Domain |
Domain.domain(Processor processor) |
protected void |
Processor.endHandleErrors(Processor previous)
End a command.
|
private java.lang.String |
Processor.getLiteralProperty(java.lang.String key,
java.lang.String deflt,
Processor source,
boolean inherit) |
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.
|
(package private) static void |
OSInformation.parseNativeCapabilityArgs(Processor p,
java.lang.String[] args,
OSInformation.NativeCapability clause) |
java.lang.String |
Macro.process(java.lang.String line,
Processor source) |
void |
Processor.setParent(Processor processor) |
void |
Processor.use(Processor reporter) |
Constructor and Description |
---|
ActivelyClosingClassLoader(Processor processor,
java.lang.ClassLoader parent) |
Analyzer(Processor parent) |
Builder(Processor parent) |
CL(Processor p) |
Link(Processor start,
Macro.Link previous,
java.lang.String key) |
Macro(Processor domain,
java.lang.Object... targets) |
PreprocessResource(Processor processor,
Resource r) |
Processor(Processor processor) |
Modifier and Type | Class and Description |
---|---|
class |
XMLResourceParser |
Modifier and Type | Field and Description |
---|---|
Processor |
RepositoryPlugin.PutOptions.context
Provides the context.
|
Modifier and Type | Class and Description |
---|---|
class |
Signer
This class is used with the aQute.bnd.osgi package, it signs jars with DSA
signature.
|