GigaSpaces XAP 9.5 API

com.sun.jini.tool.envcheck
Interface Plugin

All Known Implementing Classes:
AbstractPlugin, CheckActivationSystem, CheckCodebase, CheckConfig, CheckJDK1_4, CheckJSKPlatform, CheckJSKPolicy, CheckJsseProps, CheckLoggingConfig, CheckNoLoopback, CheckPersistence, CheckPolicy

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

GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.