Extension SDK 10.1.2

oracle.ide
Class IdeArgs

java.lang.Object
  extended byoracle.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()
          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
 

Constructor Detail

IdeArgs

public IdeArgs()

IdeArgs

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

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.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.