Class TSKeywords

java.lang.Object
com.sun.ts.lib.harness.TSKeywords

public class TSKeywords extends Object
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 Details

  • Method Details

    • getInstance

      public static TSKeywords getInstance(File path)
    • getKeywordSet

      public String[] 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