org.ops4j.pax.exam.options
Class CustomFrameworkOption

java.lang.Object
  extended by org.ops4j.pax.exam.options.FrameworkOption
      extended by org.ops4j.pax.exam.options.CustomFrameworkOption
All Implemented Interfaces:
Option

public class CustomFrameworkOption
extends FrameworkOption

Option specifing a custom framework.

Since:
0.7.0
Author:
Guillaume Nodet (gnodet@gmail.com)

Constructor Summary
CustomFrameworkOption(java.lang.String definitionURL, java.lang.String basePlatform, java.lang.String name)
          Set a custom framework with a definition url, a baseplatform and an identifier to for your testresults.
 
Method Summary
 java.lang.String getBasePlatform()
           
 java.lang.String getDefinitionURL()
           
 
Methods inherited from class org.ops4j.pax.exam.options.FrameworkOption
getName, getVersion, snapshotVersion, toString, version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomFrameworkOption

public CustomFrameworkOption(java.lang.String definitionURL,
                             java.lang.String basePlatform,
                             java.lang.String name)
Set a custom framework with a definition url, a baseplatform and an identifier to for your testresults.

Parameters:
definitionURL -
basePlatform - This can be felix, equinox, knopflerfish etc. These are the platforms defined as PlatformBuilder for Pax Runner. This property is needed if the platform in the definition file isn't based on default.platfom in Pax Runners runner properties.
name -
Method Detail

getDefinitionURL

public java.lang.String getDefinitionURL()

getBasePlatform

public java.lang.String getBasePlatform()


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