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(package private) classImplements a mini make builder that is run just before we build the bundle.classThis class is NOT threadsafeclassclassA Project Launcher is a base class to be extended by launchers.classclassFields in aQute.bnd.build with type parameters of type ProcessorMethods 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.booleanFunctions that the workspace likes to apply to its children before the properties are processed.(package private) voidprivate void(package private) StringLibraryHandler.Library.getDefault(Processor p) private voidProject.install(RepositoryPlugin repo, Processor context, File f, Attrs value) (package private) void(package private) abstract void(package private) voidprivate URIProject.releaseRepo(RepositoryPlugin releaseRepo, Processor context, String jarName, InputStream jarStream) (package private) voidConstructors 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.getProperties()Return a processor for this model. -
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
Fields in aQute.bnd.connection.settings declared as ProcessorModifier and TypeFieldDescriptionprivate final ProcessorConnectionSettings.MasterPassphrase.processorprivate final ProcessorConnectionSettings.processorConstructors in aQute.bnd.connection.settings with parameters of type ProcessorModifierConstructorDescriptionConnectionSettings(Processor processor, HttpClient client) (package private)MasterPassphrase(Processor processor) (package private)SettingsURLConnectionHandler(ServerDTO serverDTO, Processor processor) -
Uses of Processor in aQute.bnd.exporter.subsystem
Methods in aQute.bnd.exporter.subsystem with parameters of type ProcessorModifier and TypeMethodDescriptionSubsystemExporter.getBundles(Collection<Container> containers, Processor reporter) -
Uses of Processor in aQute.bnd.help
Fields in aQute.bnd.help declared as ProcessorMethods in aQute.bnd.help with parameters of type ProcessorModifier and TypeMethodDescriptionstatic <T> TProcessorHandler.getInstructions(Processor processor, Class<T> type) static <T> TSyntax.getInstructions(Processor processor, Class<T> type) Constructors in aQute.bnd.help with parameters of type Processor -
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.main
Subclasses of Processor in aQute.bnd.mainModifier and TypeClassDescriptionclassUtility to make bundles.classclassclassclassclassMethods in aQute.bnd.main with parameters of type Processor -
Uses of Processor in aQute.bnd.make.component
Subclasses of Processor in aQute.bnd.make.component -
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.Fields in aQute.bnd.maven declared as ProcessorMethods in aQute.bnd.maven that return ProcessorModifier and TypeMethodDescriptionprivate static ProcessorPomResource.asProcessor(Map<String, String> map) 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 $classFields in aQute.bnd.osgi declared as ProcessorModifier and TypeFieldDescription(package private) ProcessorMacro.domainprivate ProcessorProcessor.parent(package private) final ProcessorActivelyClosingClassLoader.processor(package private) ProcessorPluginsContainer.processorprivate final ProcessorPreprocessResource.processor(package private) final ProcessorMacro.Link.startFields in aQute.bnd.osgi with type parameters of type ProcessorModifier and TypeFieldDescription(package private) static final ThreadLocal<Processor> Processor.currentMethods in aQute.bnd.osgi that return ProcessorModifier and TypeMethodDescriptionprotected ProcessorProcessor.beginHandleErrors(String message) Set the current command thread.private ProcessorProcessor.current()A processor can mark itself current for a 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.private StringProcessor.getLiteralProperty(String key, String deflt, Processor source, boolean inherit) 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.private ObjectPluginsContainer.loadPlugin(Processor processor, ClassLoader loader, Attrs attrs, String className, boolean ignoreError) Load a plugin and customize it.private voidPluginsContainer.loadPluginPath(Processor processor, String pluginPath, Processor.CL loader) Add the @linkConstants.PLUGINPATHentries (which are file names) to the class loader.protected voidPluginsContainer.loadPlugins(Processor processor, String pluginString, String pluginPathString) Magic to load the plugins.static ParametersProcessor.parseHeader(String value, Processor logger) Standard OSGi header parser.(package private) static voidOSInformation.parseNativeCapabilityArgs(Processor p, String[] args, OSInformation.NativeCapability clause) protected voidPost init actions must occur outside of the first level memoizer.voidvoidConstructors in aQute.bnd.osgi with parameters of type ProcessorModifierConstructorDescription(package private)ActivelyClosingClassLoader(Processor processor, ClassLoader parent) Link(Processor start, Macro.Link previous, String key) PreprocessResource(Processor processor, Resource r) Processor(Processor parent, Properties props, boolean wrap) -
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.Fields in aQute.bnd.signing declared as Processor