org.osgi.impl.bundle.bindex
Class Index

java.lang.Object
  extended by org.osgi.impl.bundle.bindex.Index

public class Index
extends java.lang.Object

Iterate over a set of given bundles and convert them to resources. After this, convert an local urls (file systems, JAR file) to relative URLs and create a ZIP file with the complete content. This ZIP file can be used in an OSGi Framework to map to an http service or it can be expanded on the web server's file system.


Constructor Summary
Index()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Index

public Index()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main entry. See -help for options.

Parameters:
args -
Throws:
java.lang.Exception