org.jboss.osgi.framework
Class FrameworkMain

java.lang.Object
  extended by org.jboss.osgi.framework.FrameworkMain
All Implemented Interfaces:
FrameworkFactory

public class FrameworkMain
extends Object
implements FrameworkFactory

An impementation of an OSGi FrameworkFactory

Since:
21-Aug-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
FrameworkMain()
           
 
Method Summary
static void main(String[] args)
          The main entry point to the Framework
 Framework newFramework(Map props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameworkMain

public FrameworkMain()
Method Detail

main

public static void main(String[] args)
                 throws Exception
The main entry point to the Framework

Throws:
Exception

newFramework

public Framework newFramework(Map props)
Specified by:
newFramework in interface FrameworkFactory


Copyright © 2012. All Rights Reserved.