Package com.sun.enterprise.v3.admin
Class V2DottedNameSupport
- java.lang.Object
-
- com.sun.enterprise.v3.admin.V2DottedNameSupport
-
- Direct Known Subclasses:
GetCommand,ListCommand,MonitoringReporter,SetCommand
public class V2DottedNameSupport extends Object
Utility class for all V2 style related dotted names commands. User: Jerome Dochez Date: Jul 9, 2008 Time: 11:38:50 PM
-
-
Constructor Summary
Constructors Constructor Description V2DottedNameSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Map.Entry>applyOverrideRules(List<Map.Entry> nodes)com.sun.enterprise.v3.admin.V2DottedNameSupport.TreeNode[]getAliasedParent(Domain domain, String prefix)Map<Dom,String>getAllDottedNodes(ConfigBeanProxy proxy)Map<Dom,String>getAllDottedNodes(Dom root)protected voidgetAllSubDottedNames(String prefix, Dom parent, Map<Dom,String> result)Map<Dom,String>getMatchingNodes(Map<Dom,String> nodes, String pattern)Named[]getNamedNodes(List<? extends Named> target, List<? extends Named> references, String name)Map<String,String>getNodeAttributes(Dom node, String prefix)booleanmatches(String dottedName, String pattern)protected booleanmatchName(String a, String b)List<Map.Entry>sortNodesByDottedName(Map<Dom,String> nodes)List<TreeNode>sortTreeNodesByCompletePathName(List<TreeNode> nodes)
-
-
-
Method Detail
-
getAllDottedNodes
public Map<Dom,String> getAllDottedNodes(ConfigBeanProxy proxy)
-
getAllSubDottedNames
protected void getAllSubDottedNames(String prefix, Dom parent, Map<Dom,String> result)
-
getAliasedParent
public com.sun.enterprise.v3.admin.V2DottedNameSupport.TreeNode[] getAliasedParent(Domain domain, String prefix)
-
getNamedNodes
public Named[] getNamedNodes(List<? extends Named> target, List<? extends Named> references, String name)
-
-