Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide
Class IdeArgs

java.lang.Object
  extended by oracle.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
 java.lang.String getRole()
          Gets the customization role specified on the command line, or null if none.
 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)
           
 void setRole(java.lang.String role)
           

 

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)

setRole

public final void setRole(java.lang.String role)

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.

getRole

public java.lang.String getRole()
Gets the customization role specified on the command line, or null if none.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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