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.
Method Summary |
java.lang.String[] |
getArgs()
Returns command-line arguments. |
boolean |
getCreateUI()
Tells the IDE to create the UI. |
java.lang.String |
getPlatformFileName()
This file contains options specific to the platform we are on |
boolean |
getUIDebug()
Starts the UI Debugger if on. |
boolean |
isMigrate()
Migrate - The default migration setting is false. |
void |
setCreateUI(boolean bCreateUI)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdeArgs
public IdeArgs()
IdeArgs
public IdeArgs(java.lang.String[] args)
getArgs
public final java.lang.String[] getArgs()
- Returns command-line arguments.
getCreateUI
public boolean getCreateUI()
- Tells the IDE to create the UI.
setCreateUI
public void setCreateUI(boolean bCreateUI)
getPlatformFileName
public java.lang.String getPlatformFileName()
- This file contains options specific to the platform we are on
isMigrate
public boolean isMigrate()
- Migrate - The default migration setting is false.
getUIDebug
public boolean getUIDebug()
- Starts the UI Debugger if on.
Copyright © 1997, 2004, Oracle. All rights reserved.