Uses of Class
com.sun.javatest.ExcludeList.Entry
Packages that use ExcludeList.Entry
Package
Description
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.EntryModifier and TypeMethodDescriptionLocate an entry for a test.Locate an entry for a test.static ExcludeList.EntryCreate an entry from a string.Methods in com.sun.javatest with parameters of type ExcludeList.EntryModifier and TypeMethodDescriptionvoidExcludeList.addEntry(ExcludeList.Entry e) Add an entry to the table.intExcludeList.Entry.compareTo(ExcludeList.Entry e) voidExcludeList.removeEntry(ExcludeList.Entry e) Remove an entry from the table.