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
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
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.connection.settings
Subclasses of Domain in aQute.bnd.connection.settings Modifier and Type Class Description class
ConnectionSettings
-
Uses of Domain in aQute.bnd.junit
Subclasses of Domain in aQute.bnd.junit Modifier and Type Class Description class
JUnitFramework.BundleBuilder
-
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
Methods in aQute.bnd.osgi that return Domain Modifier and Type Method Description 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.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 & capabilities -
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.
-