public class ExpandMacroToPathMap extends PathMacroMap
| Constructor and Description | 
|---|
| ExpandMacroToPathMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addMacroExpand(java.lang.String macroName,
              java.lang.String path) | 
| int | hashCode() | 
| void | put(java.lang.String fromText,
   java.lang.String toText) | 
| void | putAll(ExpandMacroToPathMap another) | 
| java.lang.String | substitute(java.lang.String text,
          boolean caseSensitive) | 
getAttributeValue, substitute, substitute, substitute, substituteRecursivelypublic void addMacroExpand(java.lang.String macroName,
                           java.lang.String path)
public void put(java.lang.String fromText,
                java.lang.String toText)
public void putAll(ExpandMacroToPathMap another)
public java.lang.String substitute(java.lang.String text,
                                   boolean caseSensitive)
substitute in class PathMacroMappublic int hashCode()
hashCode in class PathMacroMap