com.sun.jini.tool.envcheck.plugins
Class CheckLoggingConfig
java.lang.Object
com.sun.jini.tool.envcheck.AbstractPlugin
com.sun.jini.tool.envcheck.plugins.CheckLoggingConfig
- All Implemented Interfaces:
- Plugin
public class CheckLoggingConfig
- extends AbstractPlugin
Checks the existence and readability of the logging configuration file
identified by the java.util.logging.config.file
system
property, if that property is defined. No content verification is done.
This check is performed for the tool VM and for the group VM if a
SharedActivationGroupDescriptor
is provided.
Method Summary |
void |
run(EnvCheck envCheck)
Run the test implemented by the plugin. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckLoggingConfig
public CheckLoggingConfig()
run
public void run(EnvCheck envCheck)
- Description copied from interface:
Plugin
- Run the test implemented by the plugin.
- Parameters:
envCheck
- a reference to the driver instance.
Copyright © GigaSpaces.