Service Activator Toolkit
Version 1.1.0 (20081206)

Package org.eclipse.soda.sat.core.util

This package contains a mixed bag of utility classes that are used by SAT, but might be of use to bundle developers.

See:
          Description

Interface Summary
CollectionUtility.Accessor  
CollectionUtility.InjectionAccessor  
 

Class Summary
Assertion The Assertion class provides static method for common assertions.
BundleManifestUtility The BundleManifestUtility class is a utility that simplifies working with the manifest file of a Bundle object.
BundleUtility The BundleUtility class is a utility that simplifies working with Bundle objects.
CollectionUtility  
FactoryUtility The FactoryUtility class provides an API through which instances of many of the SAT abstractions may be created.
LogUtility The LogUtility class provides access to an instance of the OSGi defined interface LogService that is guaranteed to never change identity.
MessageFormatter The MessageFormatter class provides a ways for building an internationalized String based on a message pattern.
MiscUtility Miscellaneous utilities.
ServiceReferenceUtility The ServiceReferenceUtility class is a utility that simplifies working with ServiceReference objects.
 

Package org.eclipse.soda.sat.core.util Description

This package contains a mixed bag of utility classes that are used by SAT, but might be of use to bundle developers. This package contains the FactoryUtility class, which is useful when subclassing BaseBundleActivator is not desirable. This package is exported by the SAT bundle.


Service Activator Toolkit
Version 1.1.0 (20081206)