Uses of Class
com.sun.javatest.ExcludeList.Entry
-
Packages that use ExcludeList.Entry Package Description com.sun.javatest This package provides facilities for reading, executing and monitoring tests. -
-
Uses of ExcludeList.Entry in com.sun.javatest
Methods in com.sun.javatest that return ExcludeList.Entry Modifier and Type Method Description ExcludeList.Entry
ExcludeList. getEntry(java.lang.String url)
Locate an entry for a test.ExcludeList.Entry
ExcludeList. getEntry(java.lang.String url, java.lang.String testCase)
Locate an entry for a test.static ExcludeList.Entry
ExcludeList.Entry. read(java.lang.String text)
Create an entry from a string.Methods in com.sun.javatest with parameters of type ExcludeList.Entry Modifier and Type Method Description void
ExcludeList. addEntry(ExcludeList.Entry e)
Add an entry to the table.int
ExcludeList.Entry. compareTo(ExcludeList.Entry e)
void
ExcludeList. removeEntry(ExcludeList.Entry e)
Remove an entry from the table.
-