Uses of Class
com.sun.javatest.exec.FeatureManager

Packages that use FeatureManager
com.sun.javatest.exec The Test Manager Tool provides a GUI for opening, browsing, configuring, and running tests and test suites, and for browsing the results. 
 

Uses of FeatureManager in com.sun.javatest.exec
 

Fields in com.sun.javatest.exec declared as FeatureManager
protected  FeatureManager ContextManager.featureManager
           
 

Methods in com.sun.javatest.exec that return FeatureManager
 FeatureManager ContextManager.getFeatureManager()
          Get feature manager from this ContextManager instance.
 

Methods in com.sun.javatest.exec with parameters of type FeatureManager
 void ContextManager.setFeatureManager(FeatureManager featureManager)
          Set given feature manager for this ContextManager instance.
 



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