org.multijava.launcher
Class Launcher.ToolIteratorPair
java.lang.Object
org.multijava.launcher.Launcher.ToolIteratorPair
- All Implemented Interfaces:
- java.util.Map.Entry
- Enclosing class:
- Launcher
- protected static class Launcher.ToolIteratorPair
- extends java.lang.Object
- implements java.util.Map.Entry
Collects the name of the tool and the launcher of the tool into
a mapping that can be accessed by outside classes because of the
common interface
|
Method Summary |
java.lang.Object |
getKey()
Returns the key for this pair |
java.lang.Object |
getValue()
Returns the value for this pair |
java.lang.Object |
setValue(java.lang.Object value)
Replaces the old value with the new value and returns this new
value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map.Entry |
equals, hashCode |
toolName
java.lang.String toolName
launcher
AbstractLaunchTool launcher
Launcher.ToolIteratorPair
public Launcher.ToolIteratorPair(java.lang.String toolName,
AbstractLaunchTool launcher)
- Constructor
getKey
public java.lang.Object getKey()
- Returns the key for this pair
- Specified by:
getKey in interface java.util.Map.Entry
getValue
public java.lang.Object getValue()
- Returns the value for this pair
- Specified by:
getValue in interface java.util.Map.Entry
setValue
public java.lang.Object setValue(java.lang.Object value)
- Replaces the old value with the new value and returns this new
value
- Specified by:
setValue in interface java.util.Map.Entry
mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.