org.radrails.ide.ui
Class RadRails

java.lang.Object
  extended byorg.radrails.ide.ui.RadRails
All Implemented Interfaces:
org.eclipse.core.runtime.IPlatformRunnable

public class RadRails
extends java.lang.Object
implements org.eclipse.core.runtime.IPlatformRunnable

This class controls all aspects of the application's execution.

Author:
mbaumbach

Field Summary
 
Fields inherited from interface org.eclipse.core.runtime.IPlatformRunnable
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
 
Constructor Summary
RadRails()
           
 
Method Summary
 java.lang.Object run(java.lang.Object args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadRails

public RadRails()
Method Detail

run

public java.lang.Object run(java.lang.Object args)
                     throws java.lang.Exception
Specified by:
run in interface org.eclipse.core.runtime.IPlatformRunnable
Throws:
java.lang.Exception
See Also:
IPlatformRunnable.run(java.lang.Object)