- getAttribute(String) - Method in class ch.jm.osgi.util.bundle.Clause
-
Returns an attribute.
- getBundleActivator() - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Returns the bundle's activator class.
- getBundleClassPath() - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Returns the bundle classpath.
- getDirective(String) - Method in class ch.jm.osgi.util.bundle.Clause
-
Returns a directive
- getEntries() - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Retrieves all manifest entries.
- getEntry(String) - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Gets a single manifest entry.
- getExportPackage(String) - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Retrieves the clause representing the exported package.
- getExportPackage() - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Retrieves all exported packages.
- getImportPackage() - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Retrieves all imported packages.
- getLocalPackages() - Method in class ch.jm.osgi.util.bundle.DependencyAnalyzer
-
Returns the set of own package names, i.e.
- getName() - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Returns the bundle name.
- getPackageName() - Method in class ch.jm.osgi.util.bundle.Clause
-
Returns the package name.
- getSymbolicName() - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Gets the bundle's symbolic name
- getUsedPackages(String) - Method in class ch.jm.osgi.util.bundle.DependencyAnalyzer
-
Retrieves the accumulated used/external packages for a given package.
- getUsedPackages() - Method in class ch.jm.osgi.util.bundle.DependencyAnalyzer
-
Retrieves the combined set of accumulated used/external packages.
- getVersion() - Method in class ch.jm.osgi.util.bundle.BundleManifestBuilder
-
Returns the bundle version.
- getWarClasspath() - Method in class ch.jm.osgi.util.bundle.WarProcessor
-
Returns the WAR classpath.
- getWARFile() - Method in class ch.jm.osgi.util.bundle.WarProcessor
-
Returns the WAR file this instance operates on.