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 -
-
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.buildtool
Subclasses of Domain in aQute.bnd.buildtool Modifier and Type Class Description class
ToolManager
Install 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 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.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
This class can calculate the required headers for a (potential) JAR file.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(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 & capabilitiesstatic 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
-