wt.clients.checker
Class PluginCacheChecker

java.lang.Object
  extended bywt.clients.checker.Checkable
      extended bywt.clients.checker.PluginCacheChecker
All Implemented Interfaces:
CheckerLog

public class PluginCacheChecker
extends Checkable

Checks the clients plugin cache size. If it is lower than recommended it attempts to raise it.


Field Summary
private static String fileSeparator
           
 
Fields inherited from class wt.clients.checker.Checkable
locale, log, properties, rb, RESOURCE, silent, verbose
 
Constructor Summary
PluginCacheChecker()
           
 
Method Summary
 void configureClient()
          Attempts to set the client's plugin cache size.
private  String toSize(int size)
           
private  int toSize(String zSize)
           
 
Methods inherited from class wt.clients.checker.Checkable
isSilent, isVerbose, logException, logMessage, setLocale, setLogger, setProperties, setSilent, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileSeparator

private static String fileSeparator
Constructor Detail

PluginCacheChecker

public PluginCacheChecker()
Method Detail

configureClient

public void configureClient()
Attempts to set the client's plugin cache size. Prompts the user that the cache size should be raised and allows the user to raise the cache size directly.

Specified by:
configureClient in class Checkable

toSize

private int toSize(String zSize)

toSize

private String toSize(int size)