Uses of Interface
org.ops4j.pax.runner.platform.PlatformContext

Packages that use PlatformContext
org.ops4j.pax.runner.platform   
org.ops4j.pax.runner.platform.concierge.internal   
org.ops4j.pax.runner.platform.equinox.internal   
org.ops4j.pax.runner.platform.felix.internal   
org.ops4j.pax.runner.platform.internal   
org.ops4j.pax.runner.platform.knopflerfish.internal   
 

Uses of PlatformContext in org.ops4j.pax.runner.platform
 

Methods in org.ops4j.pax.runner.platform with parameters of type PlatformContext
 java.lang.String[] PlatformBuilder.getArguments(PlatformContext context)
          Returns an array of platform specific startup arguments.
 java.lang.String PlatformBuilder.getRequiredProfile(PlatformContext context)
          Returns a comma separated list of profiles if required by platform or null if no profile is required.
 java.lang.String[] PlatformBuilder.getVMOptions(PlatformContext context)
          Returns an array of virtual machine options specific to platform as -D.
 void PlatformBuilder.prepare(PlatformContext context)
          Prepares platform for running.
 

Uses of PlatformContext in org.ops4j.pax.runner.platform.concierge.internal
 

Methods in org.ops4j.pax.runner.platform.concierge.internal with parameters of type PlatformContext
 java.lang.String[] ConciergePlatformBuilder.getArguments(PlatformContext context)
           
 java.lang.String ConciergePlatformBuilder.getRequiredProfile(PlatformContext context)
          If the console option is set then it will return the tui profile otherwise will return null.
 java.lang.String[] ConciergePlatformBuilder.getVMOptions(PlatformContext context)
           
 void ConciergePlatformBuilder.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/knopflerfish directory.
 

Uses of PlatformContext in org.ops4j.pax.runner.platform.equinox.internal
 

Methods in org.ops4j.pax.runner.platform.equinox.internal with parameters of type PlatformContext
 java.lang.String[] EquinoxPlatformBuilder.getArguments(PlatformContext context)
           
 java.lang.String EquinoxPlatformBuilder.getRequiredProfile(PlatformContext context)
          Return null as there is no profile required by equinox.
 java.lang.String[] EquinoxPlatformBuilder.getVMOptions(PlatformContext context)
          return snull as there are no additional virtual machien arguments.
 void EquinoxPlatformBuilder.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/equinox directory.
 

Uses of PlatformContext in org.ops4j.pax.runner.platform.felix.internal
 

Methods in org.ops4j.pax.runner.platform.felix.internal with parameters of type PlatformContext
 java.lang.String[] FelixPlatformBuilderF140T141.getArguments(PlatformContext context)
           
 java.lang.String[] FelixPlatformBuilderF100T122.getArguments(PlatformContext context)
           
 java.lang.String FelixPlatformBuilderF140T141.getRequiredProfile(PlatformContext context)
          If the console option is set then it will return the tui profile otherwise will return null.
 java.lang.String FelixPlatformBuilderF100T122.getRequiredProfile(PlatformContext context)
          If the console option is set then it will return the tui profile otherwise will return null.
 java.lang.String[] FelixPlatformBuilderF140T141.getVMOptions(PlatformContext context)
           
 java.lang.String[] FelixPlatformBuilderF100T122.getVMOptions(PlatformContext context)
           
 void FelixPlatformBuilderF140T141.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/felix directory.
 void FelixPlatformBuilderF100T122.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/felix directory.
 

Uses of PlatformContext in org.ops4j.pax.runner.platform.internal
 

Classes in org.ops4j.pax.runner.platform.internal that implement PlatformContext
 class PlatformContextImpl
           
 

Uses of PlatformContext in org.ops4j.pax.runner.platform.knopflerfish.internal
 

Methods in org.ops4j.pax.runner.platform.knopflerfish.internal with parameters of type PlatformContext
 java.lang.String[] KnopflerfishPlatformBuilderF200T233.getArguments(PlatformContext context)
           
 java.lang.String[] KnopflerfishPlatformBuilderF300.getArguments(PlatformContext context)
           
 java.lang.String KnopflerfishPlatformBuilderF200T233.getRequiredProfile(PlatformContext context)
          If the console option is set then it will return the tui profile otherwise will return null.
 java.lang.String KnopflerfishPlatformBuilderF300.getRequiredProfile(PlatformContext context)
          If the console option is set then it will return the tui profile otherwise will return null.
 java.lang.String[] KnopflerfishPlatformBuilderF200T233.getVMOptions(PlatformContext context)
           
 java.lang.String[] KnopflerfishPlatformBuilderF300.getVMOptions(PlatformContext context)
           
 void KnopflerfishPlatformBuilderF200T233.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/knopflerfish directory.
 void KnopflerfishPlatformBuilderF300.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/knopflerfish directory.
 



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