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 classJUnitLauncherclassProjectThis class is NOT threadsafeclassProjectBuilderclassProjectLauncherA Project Launcher is a base class to be extended by launchers.classRunclassWorkspaceMethods in aQute.bnd.build that return Processor Modifier and Type Method Description static ProcessorWorkspace. getDefaults()Methods in aQute.bnd.build with parameters of type Processor Modifier and Type Method Description booleanContainer. contributeFiles(java.util.List<java.io.File> files, Processor reporter)Iterate over the containers and get the files they represent.static WorkspaceWorkspace. 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 ProcessorBndEditModel. 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 classHeaderReader -
Uses of Processor in aQute.bnd.connection.settings
Subclasses of Processor in aQute.bnd.connection.settings Modifier and Type Class Description classConnectionSettingsConstructors 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 voidHttpClient. readSettings(Processor processor) -
Uses of Processor in aQute.bnd.junit
Subclasses of Processor in aQute.bnd.junit Modifier and Type Class Description classJUnitFramework.BundleBuilder -
Uses of Processor in aQute.bnd.maven
Subclasses of Processor in aQute.bnd.maven Modifier and Type Class Description classMavenCommandclassMavenDeployCmdclassPomParserProvides 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 classAnalyzerclassBuilderInclude-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 $classVerifierMethods in aQute.bnd.osgi that return Processor Modifier and Type Method Description protected ProcessorProcessor. beginHandleErrors(java.lang.String message)Set the current command thread.ProcessorProcessor. getParent()ProcessorProcessor. getTop()Methods in aQute.bnd.osgi with parameters of type Processor Modifier and Type Method Description static DomainDomain. domain(Processor processor)protected voidProcessor. endHandleErrors(Processor previous)End a command.static java.lang.StringOSInformation. getNativeCapabilityClause(Processor p, java.lang.String[] args)Helper for the Processor._native_capability macrovoidProcessor. getSettings(Processor p)Copy the settings of another processorstatic ParametersProcessor. parseHeader(java.lang.String value, Processor logger)Standard OSGi header parser.java.lang.StringMacro. process(java.lang.String line, Processor source)voidProcessor. setParent(Processor processor)voidProcessor. 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 classXMLResourceParser -
Uses of Processor in aQute.bnd.service
Fields in aQute.bnd.service declared as Processor Modifier and Type Field Description ProcessorRepositoryPlugin.PutOptions. contextProvides the context. -
Uses of Processor in aQute.bnd.signing
Subclasses of Processor in aQute.bnd.signing Modifier and Type Class Description classSignerThis class is used with the aQute.bnd.osgi package, it signs jars with DSA signature.
-