org.ops4j.pax.runner.platform.concierge.internal
Class ConciergePlatformBuilderSnapshot

java.lang.Object
  extended by org.ops4j.pax.runner.platform.concierge.internal.ConciergePlatformBuilder
      extended by org.ops4j.pax.runner.platform.concierge.internal.ConciergePlatformBuilderSnapshot
All Implemented Interfaces:
PlatformBuilder

public class ConciergePlatformBuilderSnapshot
extends ConciergePlatformBuilder

Platform builder for the snapshot (nightly build) Concierge.

Since:
0.18.0, April 10, 2009
Author:
Alin Dreghiciu (adreghiciu@gmail.com)

Constructor Summary
ConciergePlatformBuilderSnapshot(org.osgi.framework.BundleContext bundleContext)
          Create a new equinux platform builder.
 
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.concierge.internal.ConciergePlatformBuilder
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

ConciergePlatformBuilderSnapshot

public ConciergePlatformBuilderSnapshot(org.osgi.framework.BundleContext bundleContext)
Create a new equinux platform builder.

Parameters:
bundleContext - a bundle context
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 ConciergePlatformBuilder
Returns:
an input stream
Throws:
java.io.IOException - if the input stream could not be opened.


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