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 TypeClassDescriptionclassclassThis class is NOT threadsafeclassclassA Project Launcher is a base class to be extended by launchers.classHelper which collects ${repo;} references used in -includeresource, -buildpath, -testpath, -classpath.classclassModels a sub project when the `-sub` instruction is used.classMethods in aQute.bnd.build that return ProcessorMethods in aQute.bnd.build that return types with arguments of type ProcessorModifier and TypeMethodDescriptionProject.findProcessor(File file) Find a processor that is inheriting from a project.Workspace.findProcessor(File file) Find the Processor that has the give file as properties.Methods 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) RepoCollector.collectRepoReferences(Processor p) Shortcut to get repo-references for a processor.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.booleanFunctions that the workspace likes to apply to its children before the properties are processed.Constructors in aQute.bnd.build with parameters of type Processor -
Uses of Processor in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return ProcessorModifier and TypeMethodDescriptionBndEditModel.getOwner()BndEditModel.getProperties()Return a processor for this model.Methods in aQute.bnd.build.model with parameters of type ProcessorConstructors in aQute.bnd.build.model with parameters of type Processor -
Uses of Processor in aQute.bnd.buildtool
Subclasses of Processor in aQute.bnd.buildtoolModifier and TypeClassDescriptionclassInstall 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> 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.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 TypeClassDescriptionclassThis class can calculate the required headers for a (potential) JAR file.classInclude-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 with type parameters of type ProcessorModifier and TypeMethodDescriptionstatic <T extends Processor>
TAbout.fixup(T p) Fixup a Processor to include the version defaults.Methods in aQute.bnd.osgi that return ProcessorModifier and TypeMethodDescriptionprotected ProcessorProcessor.beginHandleErrors(String message) Set the current command thread.Processor.getParent()Processor.getTop()Processor.PropertyKey.processor()Returns the value of theprocessorrecord component.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 processorprotected voidInit actions occur inside of the first-level memoizer.booleanCheck if this PropertyKey belongs to the given processorprotected voidPluginsContainer.loadPlugins(Processor processor, String pluginString, String pluginPathString) Magic to load the plugins.static ParametersProcessor.parseHeader(String value, Processor logger) Standard OSGi header parser.protected voidPost init actions must occur outside of the first level memoizer.voidvoidConstructors in aQute.bnd.osgi with parameters of type ProcessorModifierConstructorDescriptionPreprocessResource(Processor processor, Resource r) Processor(Processor parent, Properties props, boolean wrap) PropertyKey(Processor processor, String key, int floor) Creates an instance of aPropertyKeyrecord class. -
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