Eclipse Platform
2.1

Uses of Interface
org.eclipse.core.boot.IPlatformRunnable

Packages that use IPlatformRunnable
org.eclipse.ant.core Provides support for running the Ant build tool in the platform. 
org.eclipse.core.boot Provides basic support for launching the Eclipse Platform. 
 

Uses of IPlatformRunnable in org.eclipse.ant.core
 

Classes in org.eclipse.ant.core that implement IPlatformRunnable
 class AntRunner
          Entry point for running Ant builds inside Eclipse.
 

Uses of IPlatformRunnable in org.eclipse.core.boot
 

Methods in org.eclipse.core.boot that return IPlatformRunnable
static IPlatformRunnable BootLoader.getRunnable(String applicationName)
          Instantiates and returns an instance of the named application's runnable entry point.
static IPlatformRunnable BootLoader.getRunnable(String pluginId, String className, Object args)
          Instantiates and returns an instance of the named class.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.