com.sun.jini.tool.envcheck
Interface Plugin

All Known Implementing Classes:
AbstractPlugin

public interface Plugin

A test plugin.


Method Summary
 boolean isPluginOption(String arg)
          Determine whether arg is a plugin-specific command-line option for this plugin and save any necessary state.
 void run(EnvCheck envCheck)
          Run the test implemented by the plugin.
 

Method Detail

run

void run(EnvCheck envCheck)
Run the test implemented by the plugin.

Parameters:
envCheck - a reference to the driver instance.

isPluginOption

boolean isPluginOption(String arg)
Determine whether arg is a plugin-specific command-line option for this plugin and save any necessary state. State should be saved in static fields since plugin instances may not be cached.

Parameters:
arg - the command-line option to examine
Returns:
true if the plugin supports this option


Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.