|
Class Summary |
| BIndexTask |
|
| Bundle |
An extension of the
Jar task that
builds an OSGi bundle. |
| BundleClasspathTask |
Task that translates the value of the OSGi specified manifest
header Bundle-Classpath into either a file set or pattern
suitable for use as the includes attribute in a file set that will
find all classes and jars that the framework may use given the
specified Bundle-Classpath manifest attribute. |
| BundleHTMLExtractorTask |
Task that analyzes a set of bundle jar files and builds HTML documentation
from these bundles. |
| BundleInfoTask |
Task that analyzes a set of java sources or class files, and lists all
imported and defined packages. |
| BundleJavadocHelperTask |
Task that helps building arguments to javadoc. |
| BundleLocator |
Determines a sub-set of bundles from a given file set. |
| BundleManifestTask |
Extension of the standard Manifest task. |
| BundleManifestTask.Mode |
Helper class for bundle manifest's mode attribute. |
| BundlePackagesInfo |
Class that holds the results of the Java package analysis of all
classes in a bundle. |
| ByteFormatterTask |
Sets a property to a formatted value in ki, Mi, Gi, ... |
| ClassAnalyserASM |
Visitor implementation that populates a BundlePackagesInfo object
with data about the given class. |
| EE |
Utility class with static methods for checking classes with
the standard OSGi profiles. |
| ExtraBundleDocTask |
This task is currently used in conjunction with MakeHTMLTask, which
is used to create the htdocs directory in the Knopflerfish
distribtions. |
| MakeHTMLTask |
This task is used when building distributions of Knopflerfish. |
| MethodAnalyserASM |
Visitor implementation that populates a BundlePackagesInfo object
with data about the method it visits. |
| OBRExtractorTask |
Task that analyzes a set of bundle jar files and builds OBR XML
documentation from these bundles. |
| OSGiPackage |
|
| Util |
Misc static utility code. |
| VersionRange |
|