Extension SDK 10.1.3.36.73

oracle.ide
Class IdeArgs

java.lang.Object
  extended byoracle.ide.IdeArgs

public final class IdeArgs
extends java.lang.Object

This class represents the command-line arguments used to launch the IDE.


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 hasArg(java.lang.String argName)
          Returns true if the specified argName is on the args list.
 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.


hasArg

public boolean hasArg(java.lang.String argName)
Returns true if the specified argName is on the args list.


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.


Extension SDK 10.1.3.36.73

 

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