Uses of Class
aQute.bnd.osgi.Processor
-
Packages that use Processor Package Description aQute.bnd.build aQute.bnd.build.model aQute.bnd.buildtool aQute.bnd.component OSGi Declarative Services Annotation processing.aQute.bnd.connection.settings aQute.bnd.exporter.subsystem aQute.bnd.help aQute.bnd.http aQute.bnd.junit aQute.bnd.main aQute.bnd.make.component aQute.bnd.maven aQute.bnd.osgi aQute.bnd.osgi.repository aQute.bnd.print aQute.bnd.service aQute.bnd.service.generate aQute.bnd.signing -
-
Uses of Processor in aQute.bnd.build
Subclasses of Processor in aQute.bnd.build Modifier and Type Class Description classJUnitLauncher(package private) classMakefileImplements a mini make builder that is run just before we build the bundle.classProjectThis class is NOT threadsafeclassProjectBuilderclassProjectLauncherA Project Launcher is a base class to be extended by launchers.classRunclassWorkspaceFields in aQute.bnd.build with type parameters of type Processor Modifier and Type Field Description private static Memoize<Processor>Workspace. defaultsMethods 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 Result<java.lang.Integer>WorkspaceExternalPluginHandler. call(java.lang.String mainClass, org.osgi.framework.VersionRange range, Processor context, java.util.Map<java.lang.String,java.lang.String> attrs, java.util.List<java.lang.String> args, java.io.InputStream stdin, java.io.OutputStream stdout, java.io.OutputStream stderr)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.booleanWorkspace. doExtend(Processor processor)Functions that the workspace likes to apply to its children before the properties are processed.(package private) voidLibraryHandler.Library. doInclude(Processor p, java.io.File in, java.lang.String header, java.lang.String name, java.lang.Object resource)private voidLibraryHandler. error(Processor p, java.lang.String header, java.lang.String clause, java.lang.String format, java.lang.Object... args)(package private) java.lang.StringLibraryHandler.Library. getDefault(Processor p)private voidProject. install(RepositoryPlugin repo, Processor context, java.io.File f, Attrs value)(package private) voidLibraryHandler.FileLibrary. process(Processor p, Attrs attrs, java.lang.String header)(package private) abstract voidLibraryHandler.Library. process(Processor p, Attrs attrs, java.lang.String header)(package private) voidLibraryHandler.RepoLibrary. process(Processor p, Attrs attrs, java.lang.String header)private java.net.URIProject. releaseRepo(RepositoryPlugin releaseRepo, Processor context, java.lang.String jarName, java.io.InputStream jarStream)(package private) voidLibraryHandler. update(Processor p, java.lang.String library, java.lang.String header)Constructors in aQute.bnd.build with parameters of type Processor Constructor Description Makefile(Processor project) -
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.buildtool
Subclasses of Processor in aQute.bnd.buildtool Modifier and Type Class Description classToolManagerInstall gradle from a repository in this workspace. -
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
Fields in aQute.bnd.connection.settings declared as Processor Modifier and Type Field Description private ProcessorConnectionSettings.MasterPassphrase. processorprivate ProcessorConnectionSettings. processorConstructors in aQute.bnd.connection.settings with parameters of type Processor Constructor Description ConnectionSettings(Processor processor, HttpClient client)MasterPassphrase(Processor processor)SettingsURLConnectionHandler(ServerDTO serverDTO, Processor processor) -
Uses of Processor in aQute.bnd.exporter.subsystem
Methods in aQute.bnd.exporter.subsystem with parameters of type Processor Modifier and Type Method Description private java.util.List<java.io.File>SubsystemExporter. getBundles(java.util.Collection<Container> containers, Processor reporter) -
Uses of Processor in aQute.bnd.help
Fields in aQute.bnd.help declared as Processor Modifier and Type Field Description (package private) ProcessorProcessorHandler. processorMethods in aQute.bnd.help with parameters of type Processor Modifier and Type Method Description static <T> TProcessorHandler. getInstructions(Processor processor, java.lang.Class<T> type)static <T> TSyntax. getInstructions(Processor processor, java.lang.Class<T> type)Constructors in aQute.bnd.help with parameters of type Processor Constructor Description ProcessorHandler(Processor processor) -
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.BundleBuilderDeprecated. -
Uses of Processor in aQute.bnd.main
Subclasses of Processor in aQute.bnd.main Modifier and Type Class Description classbndUtility to make bundles.classCommunicationCommandsclassEclipseCommandclassIndexCommandclassProfilesclassXmlRepoDiffCommandMethods in aQute.bnd.main with parameters of type Processor Modifier and Type Method Description private voidbnd. report(Justif justif, java.lang.String string, Processor processor) -
Uses of Processor in aQute.bnd.make.component
Subclasses of Processor in aQute.bnd.make.component Modifier and Type Class Description private static classServiceComponent.ComponentMaker -
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.Fields in aQute.bnd.maven declared as Processor Modifier and Type Field Description (package private) ProcessorPomResource. processorMethods in aQute.bnd.maven that return Processor Modifier and Type Method Description private static ProcessorPomResource. asProcessor(java.util.Map<java.lang.String,java.lang.String> map)Constructors in aQute.bnd.maven with parameters of type Processor Constructor Description MavenCommand(Processor p)PomResource(Processor scoped, java.util.jar.Manifest manifest)PomResource(Processor scoped, java.util.jar.Manifest manifest, java.lang.String groupId, java.lang.String artifactId, java.lang.String version) -
Uses of Processor in aQute.bnd.osgi
Subclasses of Processor in aQute.bnd.osgi Modifier and Type Class Description classAnalyzerThis class can calculate the required headers for a (potential) JAR file.classBuilderInclude-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 $classVerifierFields in aQute.bnd.osgi declared as Processor Modifier and Type Field Description (package private) ProcessorMacro. domainprivate ProcessorProcessor. parent(package private) ProcessorActivelyClosingClassLoader. processor(package private) ProcessorPluginsContainer. processorprivate ProcessorPreprocessResource. processor(package private) ProcessorMacro.Link. startFields in aQute.bnd.osgi with type parameters of type Processor Modifier and Type Field Description (package private) static java.lang.ThreadLocal<Processor>Processor. currentMethods in aQute.bnd.osgi that return Processor Modifier and Type Method Description protected ProcessorProcessor. beginHandleErrors(java.lang.String message)Set the current command thread.private ProcessorProcessor. current()A processor can mark itself current for a 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.private java.lang.StringProcessor. getLiteralProperty(java.lang.String key, java.lang.String deflt, Processor source, boolean inherit)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 processorprotected voidPluginsContainer. init(Processor processor)Init actions occur inside of the first-level memoizer.private java.lang.ObjectPluginsContainer. loadPlugin(Processor processor, java.lang.ClassLoader loader, Attrs attrs, java.lang.String className, boolean ignoreError)Load a plugin and customize it.private voidPluginsContainer. loadPluginPath(Processor processor, java.lang.String pluginPath, Processor.CL loader)Add the @linkConstants.PLUGINPATHentries (which are file names) to the class loader.protected voidPluginsContainer. loadPlugins(Processor processor, java.lang.String pluginString, java.lang.String pluginPathString)Magic to load the plugins.static ParametersProcessor. parseHeader(java.lang.String value, Processor logger)Standard OSGi header parser.(package private) static voidOSInformation. parseNativeCapabilityArgs(Processor p, java.lang.String[] args, OSInformation.NativeCapability clause)protected voidPluginsContainer. postInit(Processor processor)Post init actions must occur outside of the first level memoizer.java.lang.StringMacro. process(java.lang.String line, Processor source)voidProcessor. setParent(Processor parent)voidProcessor. use(Processor reporter)Constructors in aQute.bnd.osgi with parameters of type Processor Constructor Description ActivelyClosingClassLoader(Processor processor, java.lang.ClassLoader parent)Analyzer(Processor parent)Builder(Processor parent)CL(Processor p)Link(Processor start, Macro.Link previous, java.lang.String key)Macro(Processor domain, java.lang.Object... targets)PreprocessResource(Processor processor, Resource r)Processor(Processor parent)Processor(Processor parent, java.util.Properties props, boolean wrap) -
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.print
Subclasses of Processor in aQute.bnd.print Modifier and Type Class Description classJarPrinterConstructors in aQute.bnd.print with parameters of type Processor Constructor Description JarPrinter(Processor bnd) -
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.service.generate
Subclasses of Processor in aQute.bnd.service.generate Modifier and Type Class Description classBuildContext -
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.Fields in aQute.bnd.signing declared as Processor Modifier and Type Field Description private ProcessorJartoolSigner. processor
-