com.sun.javatest
Interface Parameters.ExcludeListParameters

All Known Subinterfaces:
Parameters.MutableExcludeListParameters
All Known Implementing Classes:
BasicParameters, ExcludeListInterview, FileParameters
Enclosing interface:
Parameters

public static interface Parameters.ExcludeListParameters

An interface providing basic abstract access to an exclude list, defining tests to be excluded from the test run.


Method Summary
 ExcludeList getExcludeList()
          Get an exclude list which identifies tests or test cases to be excluded from the test run.
 

Method Detail

getExcludeList

ExcludeList getExcludeList()
Get an exclude list which identifies tests or test cases to be excluded from the test run.

Returns:
an exclude list identifying tests or test cases to be excluded from the test run.
See Also:
Parameters.getExcludeListFilter(), Parameters.getExcludeList()


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.