org.ops4j.pax.runner.platform.felix.internal
Class FelixPlatformBuilderSnapshot

java.lang.Object
  extended by org.ops4j.pax.runner.platform.felix.internal.FelixPlatformBuilderF140T141
      extended by org.ops4j.pax.runner.platform.felix.internal.FelixPlatformBuilderF160
          extended by org.ops4j.pax.runner.platform.felix.internal.FelixPlatformBuilderSnapshot
All Implemented Interfaces:
PlatformBuilder

public class FelixPlatformBuilderSnapshot
extends FelixPlatformBuilderF160

Platform builder for snapshot (nightly build) Felix.

Since:
0.18.0, March 05, 2009
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Constructor Summary
FelixPlatformBuilderSnapshot(org.osgi.framework.BundleContext bundleContext)
          
 
Method Summary
 java.io.InputStream getDefinition(Configuration configuration)
          Retuns an input stream out of the definition file to be used.
 
Methods inherited from class org.ops4j.pax.runner.platform.felix.internal.FelixPlatformBuilderF140T141
getArguments, getMainClassName, getProviderName, getProviderVersion, getRequiredProfile, getVMOptions, prepare, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FelixPlatformBuilderSnapshot

public FelixPlatformBuilderSnapshot(org.osgi.framework.BundleContext bundleContext)

Method Detail

getDefinition

public java.io.InputStream getDefinition(Configuration configuration)
                                  throws java.io.IOException
Retuns an input stream out of the definition file to be used.

Specified by:
getDefinition in interface PlatformBuilder
Overrides:
getDefinition in class FelixPlatformBuilderF140T141
Returns:
an input stream
Throws:
java.io.IOException - if the input stream could not be opened.


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.