Uses of Class
aQute.lib.osgi.Processor

Packages that use Processor
aQute.bnd.build   
aQute.bnd.main   
aQute.bnd.make   
aQute.bnd.plugin   
aQute.bnd.set   
aQute.bnd.signing   
aQute.bnd.test   
aQute.lib.osgi   
 

Uses of Processor in aQute.bnd.build
 

Subclasses of Processor in aQute.bnd.build
 class Project
          This class is NOT threadsafe
 class ProjectBuilder
           
 class Workspace
           
 

Uses of Processor in aQute.bnd.main
 

Subclasses of Processor in aQute.bnd.main
 class bnd
          Utility to make bundles.
 

Uses of Processor in aQute.bnd.make
 

Subclasses of Processor in aQute.bnd.make
 class ComponentDef
           
 

Uses of Processor in aQute.bnd.plugin
 

Methods in aQute.bnd.plugin with parameters of type Processor
 void Activator.report(boolean warnings, boolean acknowledge, Processor reporter, String title, String extra)
           
 

Uses of Processor in aQute.bnd.set
 

Subclasses of Processor in aQute.bnd.set
 class Group
           
 

Constructors in aQute.bnd.set with parameters of type Processor
Group(Processor parent)
           
 

Uses of Processor in aQute.bnd.signing
 

Subclasses of Processor in aQute.bnd.signing
 class Signer
          This class is used with the aQute.lib.osgi package, it signs jars with DSA signature.
 

Uses of Processor in aQute.bnd.test
 

Subclasses of Processor in aQute.bnd.test
 class ProjectLauncher
           
 

Uses of Processor in aQute.lib.osgi
 

Subclasses of Processor in aQute.lib.osgi
 class Analyzer
           
 class Builder
          Include-Resource: ( [name '=' ] file )+ Private-Package: package-decl ( ',' package-decl )* Export-Package: package-decl ( ',' package-decl )* Import-Package: package-decl ( ',' package-decl )*
 class Verifier
           
 

Methods in aQute.lib.osgi that return Processor
 Processor Processor.getParent()
           
 Processor Processor.getTop()
           
 

Methods in aQute.lib.osgi with parameters of type Processor
 void Processor.getInfo(Processor processor)
           
 void Processor.getInfo(Processor processor, String prefix)
           
static Map<String,Map<String,String>> Processor.parseHeader(String value, Processor logger)
          Standard OSGi header parser.
 void Processor.setParent(Processor processor)
           
 

Constructors in aQute.lib.osgi with parameters of type Processor
Analyzer(Processor parent)
           
Builder(Processor parent)
           
Macro(Processor processor)
           
Macro(Properties properties, Processor domain, Object... targets)
           
PreprocessResource(Processor processor, Resource r)
           
Processor(Processor parent)
           
 



Copyright © 2010 aQute SARL. All Rights Reserved.