org.osgi.impl.bundle.bindex
Class Index

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

public class Index
extends Object

Iterate over a set of given bundles and convert them to resources. When -a is specified, other resources than bundles will be included too. 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.

Version:
$Revision: 44 $

Constructor Summary
Index()
           
 
Method Summary
static void main(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(String[] args)
                 throws Exception
Main entry. See -help for options.

Parameters:
args -
Throws:
Exception


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.