Package | Description |
---|---|
com.sun.javatest.util |
This package contains utility classes provided in support of the Javatest test harness.
|
Modifier and Type | Method and Description |
---|---|
HelpTree.Selection |
HelpTree.find(java.lang.String[] words)
Get a selection representing the nodes that match the given words.
|
HelpTree.Selection |
HelpTree.findAll(java.lang.String[] words)
Get a selection representing the nodes that match all of the given words.
|
HelpTree.Selection |
HelpTree.findAny(java.lang.String[] words)
Get a selection representing the nodes that each match
at least one of the given words.
|
Modifier and Type | Method and Description |
---|---|
void |
HelpTree.write(java.io.Writer out,
HelpTree.Selection s)
Write out selected nodes in this HelpTree.
|
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.