Searched refs:gfv2Compatible (Results 1 - 2 of 2) sorted by relevance
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/flashlight/datatree/ |
H A D | TreeNode.java | 119 * @param gfv2Compatible in this mode, * has the same meaning as <i>.*</i> in the Pattern class. 123 public List<TreeNode> getNodes (String pattern, boolean ignoreDisabled, boolean gfv2Compatible); argument
|
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/datatree/impl/ |
H A D | AbstractTreeNode.java | 329 public List<TreeNode> getNodes(String pattern, boolean ignoreDisabled, boolean gfv2Compatible) { argument 343 List<TreeNode> list = getNodesInternal(pattern, ignoreDisabled, gfv2Compatible); 346 list = getNodesInternal(pattern.replace("/", SLASH), ignoreDisabled, gfv2Compatible); 349 list = getNodesInternal(decodeNameToDots(pattern), ignoreDisabled, gfv2Compatible); 354 private List<TreeNode> getNodesInternal(String pattern, boolean ignoreDisabled, boolean gfv2Compatible) { argument 359 if (gfv2Compatible)
|
Completed in 9 milliseconds