Uses of Class
aQute.bnd.osgi.Domain
-
-
Uses of Domain in aQute.bnd.build
Subclasses of Domain 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.classRunclassWorkspace -
Uses of Domain in aQute.bnd.build.model
Fields in aQute.bnd.build.model declared as Domain Modifier and Type Field Description private DomainOSGI_CORE. manifestMethods in aQute.bnd.build.model that return Domain Modifier and Type Method Description DomainOSGI_CORE. getManifest() -
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.main
Subclasses of Domain in aQute.bnd.main Modifier and Type Class Description classbndUtility to make bundles.classCommunicationCommandsclassEclipseCommandclassIndexCommandclassProfiles -
Uses of Domain in aQute.bnd.make.component
Subclasses of Domain in aQute.bnd.make.component Modifier and Type Class Description private static classServiceComponent.ComponentMaker -
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 classAnalyzerclassBuilderInclude-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 $classProcessorclassVerifierFields in aQute.bnd.osgi declared as Domain Modifier and Type Field Description private DomainVerifier. mainMethods 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 & capabilitiesbooleanResourceBuilder.SafeResourceBuilder. addManifest(Domain manifest)static 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.
-