Extension SDK

oracle.ide
Class IdeArgs

java.lang.Object
  |
  +--oracle.ide.IdeArgs

public class IdeArgs
extends java.lang.Object

This class is used as an agument for the IDE startup() procedure.


Constructor Summary
IdeArgs()
           
IdeArgs(java.lang.String[] args)
           
 
Method Summary
 java.lang.String[] getArgs()
          Returns command-line arguments.
 boolean getCreateUI()
          Returns true if the IDE should create the UI
 java.lang.String getPlatformFileName()
          Returns this name of the file that contains options specific to the platform we are running.
 java.lang.String getProfilerClassName()
          Returns true if the IDE should create the UI
 boolean isMigrate()
           
 void setArgs(java.lang.String[] args)
          Sets command-line arguments.
 void setCreateUI(boolean bCreateUI)
          Set the createUI flag.
 void setProfilerClassName(java.lang.String sProfilerClassName)
          Set the createUI flag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdeArgs

public IdeArgs()

IdeArgs

public IdeArgs(java.lang.String[] args)
Method Detail

getArgs

public java.lang.String[] getArgs()
Returns command-line arguments.

setArgs

public void setArgs(java.lang.String[] args)
Sets command-line arguments.

getCreateUI

public boolean getCreateUI()
Returns true if the IDE should create the UI

setCreateUI

public void setCreateUI(boolean bCreateUI)
Set the createUI flag.

getProfilerClassName

public java.lang.String getProfilerClassName()
Returns true if the IDE should create the UI

setProfilerClassName

public void setProfilerClassName(java.lang.String sProfilerClassName)
Set the createUI flag.

getPlatformFileName

public java.lang.String getPlatformFileName()
Returns this name of the file that contains options specific to the platform we are running.

isMigrate

public boolean isMigrate()

Extension SDK