com.sun.javatest
Interface Parameters.KeywordsParameters

All Known Subinterfaces:
Parameters.MutableKeywordsParameters
All Known Implementing Classes:
BasicParameters, FileParameters, KeywordsInterview
Enclosing interface:
Parameters

public static interface Parameters.KeywordsParameters

An interface providing basic abstract access to a keywords object which can be used to select tests according to their keywords.


Method Summary
 Keywords getKeywords()
          Get a keywords object which identifies tests to be run according to their keywords.
 

Method Detail

getKeywords

Keywords getKeywords()
Get a keywords object which identifies tests to be run according to their keywords.

Returns:
a keywords object which identifies tests to be run according to their keywords.


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