Uses of Class
aQute.bnd.osgi.Processor
Packages that use Processor
Package
Description
-
Uses of Processor in aQute.bnd.build
Subclasses of Processor in aQute.bnd.buildModifier and TypeClassDescriptionclassclassThis class is NOT threadsafeclassclassA Project Launcher is a base class to be extended by launchers.classclassMethods in aQute.bnd.build that return ProcessorMethods in aQute.bnd.build with parameters of type ProcessorModifier and TypeMethodDescriptionWorkspaceExternalPluginHandler.call(String mainClass, org.osgi.framework.VersionRange range, Processor context, Map<String, String> attrs, List<String> args, InputStream stdin, OutputStream stdout, OutputStream stderr) booleanContainer.contributeFiles(List<File> files, Processor reporter) Iterate over the containers and get the files they represent.static WorkspaceWorkspace.createStandaloneWorkspace(Processor run, 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 ProcessorModifier and TypeMethodDescriptionBndEditModel.getProperties()Return a processor for this model. -
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> TSyntax.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 TypeClassDescriptionclassclassclassProvides 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 TypeClassDescriptionclassclassInclude-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 $classMethods in aQute.bnd.osgi that return ProcessorModifier and TypeMethodDescriptionprotected ProcessorProcessor.beginHandleErrors(String message) Set the current command thread.Processor.getParent()Processor.getTop()Methods in aQute.bnd.osgi with parameters of type ProcessorModifier and TypeMethodDescriptionstatic Domainprotected voidProcessor.endHandleErrors(Processor previous) End a command.static StringOSInformation.getNativeCapabilityClause(Processor p, String[] args) Helper for the Processor._native_capability macrovoidProcessor.getSettings(Processor p) Copy the settings of another processorstatic ParametersProcessor.parseHeader(String value, Processor logger) Standard OSGi header parser.voidvoidConstructors 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 TypeClassDescriptionclassThis class is used with the aQute.bnd.osgi package, it signs jars with DSA signature.