org.acm.seguin.tools
Class RefactoryStorage

java.lang.Object
  extended by org.acm.seguin.tools.RefactoryStorage

public class RefactoryStorage
extends java.lang.Object

Description of the Class

Author:
Chris Seguin

Constructor Summary
RefactoryStorage()
          Constructor for the RefactoryStorage object
 
Method Summary
 void addKey(java.lang.String key, int value)
          Adds a feature to the Key attribute of the RefactoryStorage object
 int getValue(java.lang.String key)
          Gets the Value attribute of the RefactoryStorage object
 void store()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefactoryStorage

public RefactoryStorage()
Constructor for the RefactoryStorage object

Method Detail

getValue

public int getValue(java.lang.String key)
Gets the Value attribute of the RefactoryStorage object

Parameters:
key - Description of Parameter
Returns:
The Value value

addKey

public void addKey(java.lang.String key,
                   int value)
Adds a feature to the Key attribute of the RefactoryStorage object

Parameters:
key - The feature to be added to the Key attribute
value - The feature to be added to the Key attribute

store

public void store()
Description of the Method