Uses of Class
aQute.bnd.osgi.Processor
Packages that use Processor
Package
Description
OSGi Declarative Services Annotation processing.
-
Uses of Processor in aQute.bnd.build
Subclasses of Processor in aQute.bnd.buildModifier and TypeClassDescriptionclass
class
This class is NOT threadsafeclass
class
A Project Launcher is a base class to be extended by launchers.class
class
Methods in aQute.bnd.build that return ProcessorMethods in aQute.bnd.build with parameters of type ProcessorModifier and TypeMethodDescriptionaQute.bnd.result.Result
<Integer> WorkspaceExternalPluginHandler.call
(String mainClass, org.osgi.framework.VersionRange range, Processor context, Map<String, String> attrs, List<String> args, InputStream stdin, OutputStream stdout, OutputStream stderr) boolean
Container.contributeFiles
(List<File> files, Processor reporter) Iterate over the containers and get the files they represent.static Workspace
Workspace.createStandaloneWorkspace
(Processor run, URI base) Create a workspace that does not inherit from a cnf directory etc.boolean
Functions that the workspace likes to apply to its children before the properties are processed. -
Uses of Processor in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return ProcessorModifier and TypeMethodDescriptionBndEditModel.getProperties()
Return a processor for this model. -
Uses of Processor in aQute.bnd.buildtool
Subclasses of Processor in aQute.bnd.buildtoolModifier and TypeClassDescriptionclass
Install gradle from a repository in this workspace. -
Uses of Processor in aQute.bnd.component
Subclasses of Processor in aQute.bnd.component -
Uses of Processor in aQute.bnd.connection.settings
Constructors in aQute.bnd.connection.settings with parameters of type Processor -
Uses of Processor in aQute.bnd.help
Methods in aQute.bnd.help with parameters of type ProcessorModifier and TypeMethodDescriptionstatic <T> T
Syntax.getInstructions
(Processor processor, Class<T> type) -
Uses of Processor in aQute.bnd.http
Methods in aQute.bnd.http with parameters of type Processor -
Uses of Processor in aQute.bnd.junit
Subclasses of Processor in aQute.bnd.junit -
Uses of Processor in aQute.bnd.maven
Subclasses of Processor in aQute.bnd.mavenModifier and TypeClassDescriptionclass
class
class
Provides a way to parse a maven pom as properties.Constructors in aQute.bnd.maven with parameters of type Processor -
Uses of Processor in aQute.bnd.osgi
Subclasses of Processor in aQute.bnd.osgiModifier and TypeClassDescriptionclass
This class can calculate the required headers for a (potential) JAR file.class
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
Methods in aQute.bnd.osgi that return ProcessorModifier and TypeMethodDescriptionprotected Processor
Processor.beginHandleErrors
(String message) Set the current command thread.Processor.getParent()
Processor.getTop()
Methods in aQute.bnd.osgi with parameters of type ProcessorModifier and TypeMethodDescriptionstatic Domain
protected void
Processor.endHandleErrors
(Processor previous) End a command.static String
OSInformation.getNativeCapabilityClause
(Processor p, String[] args) Helper for the Processor._native_capability macrovoid
Processor.getSettings
(Processor p) Copy the settings of another processorprotected void
Init actions occur inside of the first-level memoizer.protected void
PluginsContainer.loadPlugins
(Processor processor, String pluginString, String pluginPathString) Magic to load the plugins.static Parameters
Processor.parseHeader
(String value, Processor logger) Standard OSGi header parser.protected void
Post init actions must occur outside of the first level memoizer.void
void
Constructors in aQute.bnd.osgi with parameters of type Processor -
Uses of Processor in aQute.bnd.osgi.repository
Subclasses of Processor in aQute.bnd.osgi.repository -
Uses of Processor in aQute.bnd.print
Subclasses of Processor in aQute.bnd.printConstructors in aQute.bnd.print with parameters of type Processor -
Uses of Processor in aQute.bnd.service
Fields in aQute.bnd.service declared as Processor -
Uses of Processor in aQute.bnd.service.generate
Subclasses of Processor in aQute.bnd.service.generate -
Uses of Processor in aQute.bnd.signing
Subclasses of Processor in aQute.bnd.signingModifier and TypeClassDescriptionclass
This class is used with the aQute.bnd.osgi package, it signs jars with DSA signature.