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 class
JUnitLauncher
(package private) class
Makefile
Implements a mini make builder that is run just before we build the bundle.class
Project
This class is NOT threadsafeclass
ProjectBuilder
class
ProjectLauncher
A Project Launcher is a base class to be extended by launchers.class
Run
class
Workspace
-
Uses of Domain in aQute.bnd.build.model
Fields in aQute.bnd.build.model declared as Domain Modifier and Type Field Description private Domain
OSGI_CORE. manifest
Methods in aQute.bnd.build.model that return Domain Modifier and Type Method Description Domain
OSGI_CORE. getManifest()
-
Uses of Domain in aQute.bnd.component
Subclasses of Domain in aQute.bnd.component Modifier and Type Class Description class
HeaderReader
-
Uses of Domain in aQute.bnd.junit
Subclasses of Domain in aQute.bnd.junit Modifier and Type Class Description class
JUnitFramework.BundleBuilder
Deprecated. -
Uses of Domain in aQute.bnd.main
Subclasses of Domain in aQute.bnd.main Modifier and Type Class Description class
bnd
Utility to make bundles.class
CommunicationCommands
class
EclipseCommand
class
IndexCommand
class
Profiles
-
Uses of Domain in aQute.bnd.make.component
Subclasses of Domain in aQute.bnd.make.component Modifier and Type Class Description private static class
ServiceComponent.ComponentMaker
-
Uses of Domain in aQute.bnd.maven
Subclasses of Domain in aQute.bnd.maven Modifier and Type Class Description 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 Domain Modifier and Type Method Description java.lang.String
PomResource. 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 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 )* @version $Revision: 1.27 $class
Processor
class
Verifier
Fields in aQute.bnd.osgi declared as Domain Modifier and Type Field Description private Domain
Verifier. main
Methods in aQute.bnd.osgi that return Domain Modifier and Type Method Description static Domain
Domain. domain(byte[] data)
static Domain
Domain. domain(Processor processor)
static Domain
Domain. domain(java.io.File file)
static Domain
Domain. domain(java.util.jar.Attributes attrs)
static Domain
Domain. domain(java.util.jar.JarInputStream jin)
static Domain
Domain. domain(java.util.jar.Manifest manifest)
static Domain
Domain. 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 void
Domain. copyFrom(Domain domain)
-
Uses of Domain in aQute.bnd.osgi.repository
Subclasses of Domain in aQute.bnd.osgi.repository Modifier and Type Class Description class
XMLResourceParser
-
Uses of Domain in aQute.bnd.osgi.resource
Methods in aQute.bnd.osgi.resource with parameters of type Domain Modifier and Type Method Description boolean
ResourceBuilder. addManifest(Domain manifest)
Parse the manifest and turn them into requirements & capabilitiesboolean
ResourceBuilder.SafeResourceBuilder. addManifest(Domain manifest)
static void
MainClassNamespace. build(CapabilityBuilder mc, Domain manifest)
-
Uses of Domain in aQute.bnd.print
Subclasses of Domain in aQute.bnd.print Modifier and Type Class Description class
JarPrinter
-
Uses of Domain in aQute.bnd.service.generate
Subclasses of Domain in aQute.bnd.service.generate Modifier and Type Class Description class
BuildContext
-
Uses of Domain in aQute.bnd.signing
Subclasses of Domain in aQute.bnd.signing Modifier and Type Class Description class
Signer
This class is used with the aQute.bnd.osgi package, it signs jars with DSA signature.
-