Uses of Class
aQute.bnd.osgi.Domain
-
Packages that use Domain Package Description aQute.bnd.build aQute.bnd.build.model aQute.bnd.buildtool aQute.bnd.component OSGi Declarative Services Annotation processing.aQute.bnd.junit aQute.bnd.maven aQute.bnd.osgi aQute.bnd.osgi.repository aQute.bnd.osgi.resource aQute.bnd.print aQute.bnd.service.generate aQute.bnd.signing -
-
Uses of Domain in aQute.bnd.build
Subclasses of Domain in aQute.bnd.build Modifier and Type Class Description classJUnitLauncherclassProjectThis class is NOT threadsafeclassProjectBuilderclassProjectLauncherA Project Launcher is a base class to be extended by launchers.classRunclassWorkspace -
Uses of Domain in aQute.bnd.build.model
Methods in aQute.bnd.build.model that return Domain Modifier and Type Method Description DomainOSGI_CORE. getManifest() -
Uses of Domain in aQute.bnd.buildtool
Subclasses of Domain in aQute.bnd.buildtool Modifier and Type Class Description classToolManagerInstall gradle from a repository in this workspace. -
Uses of Domain in aQute.bnd.component
Subclasses of Domain in aQute.bnd.component Modifier and Type Class Description classHeaderReader -
Uses of Domain in aQute.bnd.junit
Subclasses of Domain in aQute.bnd.junit Modifier and Type Class Description classJUnitFramework.BundleBuilderDeprecated. -
Uses of Domain in aQute.bnd.maven
Subclasses of Domain in aQute.bnd.maven Modifier and Type Class Description classMavenCommandclassMavenDeployCmdclassPomParserProvides a way to parse a maven pom as properties.Methods in aQute.bnd.maven with parameters of type Domain Modifier and Type Method Description java.lang.StringPomResource. augmentManifest(Domain domain, java.lang.String bsn) -
Uses of Domain in aQute.bnd.osgi
Subclasses of Domain 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 $classProcessorclassVerifierMethods in aQute.bnd.osgi that return Domain Modifier and Type Method Description static DomainDomain. domain(byte[] data)static DomainDomain. domain(Processor processor)static DomainDomain. domain(java.io.File file)static DomainDomain. domain(java.util.jar.Attributes attrs)static DomainDomain. domain(java.util.jar.JarInputStream jin)static DomainDomain. domain(java.util.jar.Manifest manifest)static DomainDomain. domain(java.util.Map<java.lang.String,java.lang.String> map)Methods in aQute.bnd.osgi with parameters of type Domain Modifier and Type Method Description voidDomain. copyFrom(Domain domain) -
Uses of Domain in aQute.bnd.osgi.repository
Subclasses of Domain in aQute.bnd.osgi.repository Modifier and Type Class Description classXMLResourceParser -
Uses of Domain in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource with parameters of type Domain Modifier and Type Method Description booleanResourceBuilder. addManifest(Domain manifest)Parse the manifest and turn them into requirements & capabilitiesstatic voidMainClassNamespace. build(CapabilityBuilder mc, Domain manifest) -
Uses of Domain in aQute.bnd.print
Subclasses of Domain in aQute.bnd.print Modifier and Type Class Description classJarPrinter -
Uses of Domain in aQute.bnd.service.generate
Subclasses of Domain in aQute.bnd.service.generate Modifier and Type Class Description classBuildContext -
Uses of Domain in aQute.bnd.signing
Subclasses of Domain 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.
-