Uses of Interface
aQute.libg.reporter.Reporter

Packages that use Reporter
aQute.bnd.build   
aQute.bnd.make.component   
aQute.bnd.maven   
aQute.bnd.maven.support   
aQute.bnd.repo.eclipse   
aQute.bnd.service   
aQute.bnd.signing   
aQute.lib.deployer   
aQute.lib.deployer.http   
aQute.lib.deployer.obr   
aQute.lib.osgi   
aQute.lib.osgi.eclipse   
aQute.libg.command   
aQute.libg.header   
 

Uses of Reporter in aQute.bnd.build
 

Classes in aQute.bnd.build that implement Reporter
 class Project
          This class is NOT threadsafe
 class ProjectBuilder
           
 class Workspace
           
 

Methods in aQute.bnd.build with parameters of type Reporter
 void Workspace.signal(Reporter reporter)
           
 

Uses of Reporter in aQute.bnd.make.component
 

Methods in aQute.bnd.make.component that return Reporter
 Reporter ComponentAnnotationReader.getReporter()
           
 

Methods in aQute.bnd.make.component with parameters of type Reporter
static Map<String,String> ComponentAnnotationReader.getDefinition(Clazz c, Reporter reporter)
           
 void ComponentAnnotationReader.setReporter(Reporter reporter)
           
 

Uses of Reporter in aQute.bnd.maven
 

Classes in aQute.bnd.maven that implement Reporter
 class MavenCommand
           
 class MavenDeployCmd
           
 class PomParser
          Provides a way to parse a maven pom as properties.
 

Methods in aQute.bnd.maven with parameters of type Reporter
 void MavenDeployCmd.setReporter(Reporter processor)
           
 void MavenRepository.setReporter(Reporter processor)
           
 void MavenGroup.setReporter(Reporter processor)
           
 void MavenDeploy.setReporter(Reporter processor)
           
 

Uses of Reporter in aQute.bnd.maven.support
 

Methods in aQute.bnd.maven.support with parameters of type Reporter
 void MavenRemoteRepository.setReporter(Reporter reporter)
           
 

Uses of Reporter in aQute.bnd.repo.eclipse
 

Methods in aQute.bnd.repo.eclipse with parameters of type Reporter
 void EclipseRepo.setReporter(Reporter reporter)
           
 

Uses of Reporter in aQute.bnd.service
 

Methods in aQute.bnd.service with parameters of type Reporter
 void Plugin.setReporter(Reporter processor)
          Set the current reporter.
 void BndListener.signal(Reporter reporter)
           
 

Uses of Reporter in aQute.bnd.signing
 

Classes in aQute.bnd.signing that implement Reporter
 class Signer
          This class is used with the aQute.lib.osgi package, it signs jars with DSA signature.
 

Methods in aQute.bnd.signing with parameters of type Reporter
 void JartoolSigner.setReporter(Reporter processor)
           
 

Uses of Reporter in aQute.lib.deployer
 

Methods in aQute.lib.deployer with parameters of type Reporter
 void FileRepo.setReporter(Reporter reporter)
           
 void FileInstallRepo.setReporter(Reporter reporter)
           
 

Uses of Reporter in aQute.lib.deployer.http
 

Methods in aQute.lib.deployer.http with parameters of type Reporter
 void HttpBasicAuthURLConnector.setReporter(Reporter reporter)
           
 

Uses of Reporter in aQute.lib.deployer.obr
 

Fields in aQute.lib.deployer.obr declared as Reporter
protected  Reporter AbstractBaseOBR.reporter
           
 

Methods in aQute.lib.deployer.obr with parameters of type Reporter
 void CachingURLResourceHandle.setReporter(Reporter reporter)
           
 void LocalOBR.setReporter(Reporter reporter)
           
 void AbstractBaseOBR.setReporter(Reporter reporter)
           
 

Uses of Reporter in aQute.lib.osgi
 

Classes in aQute.lib.osgi that implement Reporter
 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 Processor
           
 class Verifier
           
 

Methods in aQute.lib.osgi with parameters of type Reporter
 void Jar.setReporter(Reporter reporter)
           
 

Uses of Reporter in aQute.lib.osgi.eclipse
 

Constructors in aQute.lib.osgi.eclipse with parameters of type Reporter
EclipseClasspath(Reporter reporter, File workspace, File project)
           
EclipseClasspath(Reporter reporter, File workspace, File project, int options)
          Parse an Eclipse project structure to discover the classpath.
 

Uses of Reporter in aQute.libg.command
 

Methods in aQute.libg.command with parameters of type Reporter
 void Command.setReporter(Reporter reporter)
           
 

Uses of Reporter in aQute.libg.header
 

Methods in aQute.libg.header with parameters of type Reporter
static Map<String,Map<String,String>> OSGiHeader.parseHeader(String value, Reporter logger)
          Standard OSGi header parser.
static Map<String,String> OSGiHeader.parseProperties(String input, Reporter logger)
           
 



Copyright © 2012 aQute SARL. All Rights Reserved.