Uses of Class
aQute.bnd.osgi.Processor
-
-
Uses of Processor in aQute.bnd.build
Subclasses of Processor in aQute.bnd.build Modifier and Type Class Description class
JUnitLauncher
class
Project
This class is NOT threadsafeclass
ProjectBuilder
class
ProjectLauncher
A Project Launcher is a base class to be extended by launchers.class
Run
class
Workspace
Methods in aQute.bnd.build that return Processor Modifier and Type Method Description static Processor
Workspace. getDefaults()
Methods in aQute.bnd.build with parameters of type Processor 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. -
Uses of Processor in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return Processor Modifier and Type Method Description Processor
BndEditModel. getProperties()
Return a processor for this model. -
Uses of Processor in aQute.bnd.component
Subclasses of Processor in aQute.bnd.component Modifier and Type Class Description class
HeaderReader
-
Uses of Processor in aQute.bnd.connection.settings
Subclasses of Processor in aQute.bnd.connection.settings Modifier and Type Class Description class
ConnectionSettings
Constructors in aQute.bnd.connection.settings with parameters of type Processor Constructor Description ConnectionSettings(Processor processor, HttpClient client)
-
Uses of Processor in aQute.bnd.http
Methods in aQute.bnd.http with parameters of type Processor Modifier and Type Method Description void
HttpClient. readSettings(Processor processor)
-
Uses of Processor in aQute.bnd.junit
Subclasses of Processor in aQute.bnd.junit Modifier and Type Class Description class
JUnitFramework.BundleBuilder
-
Uses of Processor in aQute.bnd.maven
Subclasses of Processor in aQute.bnd.maven Modifier and Type Class Description class
MavenCommand
class
MavenDeployCmd
class
PomParser
Provides a way to parse a maven pom as properties.Constructors in aQute.bnd.maven with parameters of type Processor Constructor Description MavenCommand(Processor p)
PomResource(Processor b, java.util.jar.Manifest manifest)
-
Uses of Processor in aQute.bnd.osgi
Subclasses of Processor in aQute.bnd.osgi 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
Methods in aQute.bnd.osgi that return Processor Modifier and Type Method Description protected Processor
Processor. beginHandleErrors(java.lang.String message)
Set the current command thread.Processor
Processor. getParent()
Processor
Processor. getTop()
Methods in aQute.bnd.osgi with parameters of type Processor 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 macrovoid
Processor. getSettings(Processor p)
Copy the settings of another processorstatic 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)
Constructors in aQute.bnd.osgi with parameters of type Processor Constructor Description Analyzer(Processor parent)
Builder(Processor parent)
Macro(Processor domain, java.lang.Object... targets)
PreprocessResource(Processor processor, Resource r)
Processor(Processor processor)
-
Uses of Processor in aQute.bnd.osgi.repository
Subclasses of Processor in aQute.bnd.osgi.repository Modifier and Type Class Description class
XMLResourceParser
-
Uses of Processor in aQute.bnd.service
Fields in aQute.bnd.service declared as Processor Modifier and Type Field Description Processor
RepositoryPlugin.PutOptions. context
Provides the context. -
Uses of Processor in aQute.bnd.signing
Subclasses of Processor in aQute.bnd.signing Modifier and Type Class Description class
Signer
This class is used with the aQute.bnd.osgi package, it signs jars with DSA signature.
-