oracle.ide
Class IdeMacros
java.lang.Object
oracle.ide.IdeMacros
- public class IdeMacros
- extends java.lang.Object
Maintains a Map
of system variables to value pairs. This is an IDE internal use class and extensions should not add new entries.
Constructor Summary |
IdeMacros(java.lang.String ideHome, java.lang.String ideSystem, java.lang.String userHome, java.lang.String ideWork)
Constructor |
Method Summary |
java.util.Map |
getMap()
Gets the macro-value pairs as a Map |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdeMacros
public IdeMacros(java.lang.String ideHome,
java.lang.String ideSystem,
java.lang.String userHome,
java.lang.String ideWork)
- Constructor
- Parameters:
ideHome
- Home directory for where the IDE is installed.
ideSystem
- User local system directory.
userHome
- Root directory of the user home settings.
ideWork
- IDE's work directory.
getMap
public java.util.Map getMap()
- Gets the macro-value pairs as a
Map
-
- Returns:
- Map of macros
Copyright © 1997, 2004, Oracle. All rights reserved.