Package
Class
Tree
Deprecated
Index
Help
Knopflerfish OSGi bundle Bundlerepository 3.1.3
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
E
G
I
O
P
R
S
T
V
B
BUNDLE_CATEGORY
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_CONTACTADDRESS
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_COPYRIGHT
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_DESCRIPTION
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_DOCURL
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_LICENSEURL
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_NAME
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_NATIVECODE
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_REQUIREDEXECUTIONENVIRONMENT
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_SOURCEURL
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_UPDATELOCATION
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_VENDOR
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BUNDLE_VERSION
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
BundleRecord
- Class in
org.ungoverned.osgi.service.bundlerepository
A simple interface used to hold meta-data about bundles contained in a bundle repository.
BundleRecord(Map)
- Constructor for class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
Constructs a bundle record using the values of the supplied map as the meta-data values for the bundle.
BundleRepositoryService
- Interface in
org.ungoverned.osgi.service.bundlerepository
This interface defines a simple bundle repository service for Oscar.
C
compareVersion(PackageDeclaration)
- Method in class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
Compares two package declarations.
D
deployBundle(PrintStream, PrintStream, String, boolean, boolean)
- Method in interface org.ungoverned.osgi.service.bundlerepository.
BundleRepositoryService
Deploys the bundle in the repository that corresponds to the specified update location.
doesSatisfy(PackageDeclaration)
- Method in class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
Determines if the current package declaration satisfies the supplied package declaration.
DYNAMICIMPORT_PACKAGE
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
E
EXPORT_PACKAGE
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
G
getAttribute(String)
- Method in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
Returns the value of the specified attribute.
getAttributes()
- Method in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
Returns an array containing all attribute names associated with the bundle record.
getBundleRecord(int)
- Method in interface org.ungoverned.osgi.service.bundlerepository.
BundleRepositoryService
Get the specified bundle record from the repository.
getBundleRecord(String, int[])
- Method in interface org.ungoverned.osgi.service.bundlerepository.
BundleRepositoryService
Get bundle record for the bundle with the specified name and version from the repository.
getBundleRecord(String, Version)
- Method in interface org.ungoverned.osgi.service.bundlerepository.
BundleRepositoryService
Get bundle record for the bundle with the specified name and version from the repository.
getBundleRecordCount()
- Method in interface org.ungoverned.osgi.service.bundlerepository.
BundleRepositoryService
Get the number of bundles available in the repository.
getBundleRecords(String)
- Method in interface org.ungoverned.osgi.service.bundlerepository.
BundleRepositoryService
Get all versions of bundle records for the specified name from the repository.
getDictionary()
- Method in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
Returns a dictionary object which can be used with
org.osgi.framework.Filter
, for example.
getName()
- Method in class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
Gets the name of the package.
getPackageDeclaration()
- Method in exception org.ungoverned.osgi.service.bundlerepository.
ResolveException
getRepositoryURLs()
- Method in interface org.ungoverned.osgi.service.bundlerepository.
BundleRepositoryService
Get URL list of repositories.
getVersion()
- Method in class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
Gets the version of the package represented as a string.
I
IMPORT_PACKAGE
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
O
org.ungoverned.osgi.service.bundlerepository
- package org.ungoverned.osgi.service.bundlerepository
P
PACKAGE_ATTR
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
PackageDeclaration
- Class in
org.ungoverned.osgi.service.bundlerepository
This is a simple class to encapsulate a package declaration for bundle imports and exports for the bundle repository.
PackageDeclaration(String, String, boolean)
- Constructor for class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
Construct a package declaration.
PackageDeclaration(String, Version)
- Constructor for class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
Construct a package declaration.
PackageDeclaration(PackageDeclaration)
- Constructor for class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
Construct a copy of a package declaration.
printAttributes(PrintStream)
- Method in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
Dumps the contents of the bundle record to the specified print stream.
PROVIDE_SERVICE
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
R
REQUIRE_SERVICE
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
BundleRecord
ResolveException
- Exception in
org.ungoverned.osgi.service.bundlerepository
ResolveException(PackageDeclaration)
- Constructor for exception org.ungoverned.osgi.service.bundlerepository.
ResolveException
resolvePackages(PackageDeclaration[])
- Method in interface org.ungoverned.osgi.service.bundlerepository.
BundleRepositoryService
Returns an array containing all bundle records in the repository that resolve the transitive closure of the passed in array of package declarations.
S
setRepositoryURLs(String[])
- Method in interface org.ungoverned.osgi.service.bundlerepository.
BundleRepositoryService
Set URL list of repositories.
SPEC_VERSION_ATTR
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
T
toString()
- Method in class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
Gets the string representation of the package declaration.
V
VERSION_ATTR
- Static variable in class org.ungoverned.osgi.service.bundlerepository.
PackageDeclaration
B
C
D
E
G
I
O
P
R
S
T
V
Package
Class
Tree
Deprecated
Index
Help
Knopflerfish OSGi ${version}
PREV NEXT
FRAMES
NO FRAMES
All Classes