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

Packages that use JavaRunner
org.ops4j.pax.runner   
org.ops4j.pax.runner.platform   
org.ops4j.pax.runner.platform.internal   
 

Uses of JavaRunner in org.ops4j.pax.runner
 

Classes in org.ops4j.pax.runner that implement JavaRunner
 class NoopJavaRunner
          A JavaRunner that does nothing.
 

Methods in org.ops4j.pax.runner with parameters of type JavaRunner
static void Run.main(JavaRunner runner, java.lang.String... args)
          Start OSGi framework based on command-line arguments, using external Java runner service.
 void Run.start(CommandLine commandLine, Configuration config, OptionResolver resolver, JavaRunner runner)
          Starts runner with a java runner.
static void Run.start(JavaRunner runner, java.lang.String... args)
          Starts runner.
 

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

Subinterfaces of JavaRunner in org.ops4j.pax.runner.platform
 interface StoppableJavaRunner
          A JavaRunner that can be stopped.
 

Classes in org.ops4j.pax.runner.platform that implement JavaRunner
 class DefaultJavaRunner
          Default Java Runner.
 class InitDScriptRunner
           
 class InProcessJavaRunner
          In process Java Runner.
 class ScriptJavaRunner
          A Java Runner that writes shell and batch scripts in the runner directory that start the specified OSGi framework.
 class ZipJavaRunner
          Extends ScriptJavaRunner and in plus zips the cvontent of working directory.
 

Methods in org.ops4j.pax.runner.platform with parameters of type JavaRunner
 void Platform.start(java.util.List<SystemFileReference> systemFiles, java.util.List<BundleReference> bundles, java.util.Properties platformProperties, java.util.Dictionary config, JavaRunner runner)
          Starts the platform using an external Java runner service, which may not wait for it to exit.
 

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

Methods in org.ops4j.pax.runner.platform.internal with parameters of type JavaRunner
 void PlatformImpl.start(java.util.List<SystemFileReference> systemFiles, java.util.List<BundleReference> bundles, java.util.Properties properties, java.util.Dictionary config, JavaRunner javaRunner)
           
 



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