public class CmsToolUserData extends java.lang.Object
CmsToolManager.| Constructor and Description |
|---|
CmsToolUserData()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseTool(java.lang.String rootKey)
Returns the base tool.
|
java.lang.String |
getCurrentToolPath(java.lang.String rootKey)
Returns the current tool path.
|
java.lang.String |
getRootKey()
Returns the root key.
|
void |
setBaseTool(java.lang.String rootKey,
java.lang.String baseTool)
Sets the base tool.
|
void |
setCurrentToolPath(java.lang.String rootKey,
java.lang.String currentToolPath)
Sets the current tool path.
|
void |
setRootKey(java.lang.String key)
Sets the root key.
|
public CmsToolUserData()
public java.lang.String getBaseTool(java.lang.String rootKey)
rootKey - the tool rootpublic java.lang.String getCurrentToolPath(java.lang.String rootKey)
rootKey - the tool rootpublic java.lang.String getRootKey()
public void setBaseTool(java.lang.String rootKey, java.lang.String baseTool)
rootKey - the tool rootbaseTool - the base tool to setpublic void setCurrentToolPath(java.lang.String rootKey, java.lang.String currentToolPath)
rootKey - the tool rootcurrentToolPath - the current tool path to setpublic void setRootKey(java.lang.String key)
key - the root key to set