org.eclipse.equinox.p2.engine.spi
Class Memento
java.lang.Object
org.eclipse.equinox.p2.engine.spi.Memento
public final class Memento
- extends Object
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Memento
public Memento()
remove
public Object remove(String key)
put
public Object put(String key,
Object value)
get
public Object get(String key)
getKeys
public Enumeration<String> getKeys()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.