Package com.sun.ts.lib.harness
Class TSKeywords
java.lang.Object
com.sun.ts.lib.harness.TSKeywords
This class is used by the TS harness to figure out which keywords should be associated with directories of tests.
Keywords are read in by the TSTestFinder and written out to the test decriptions.
A singleton class not intended for concurrent access.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic TSKeywords
getInstance
(File path) String[]
This method gets the current set of keywords to be used for a given directory path.
-
Field Details
-
KEYWORD_PROP_FILE_NAME
- See Also:
-
-
Method Details
-
getInstance
-
getKeywordSet
This method gets the current set of keywords to be used for a given directory path.- Returns:
- a String array of the keywords that this test should be run in
-