com.cosylab.vdct.plugin.config
Class PluginNameConfigManager

java.lang.Object
  extended by com.cosylab.vdct.plugin.config.PluginNameConfigManager
All Implemented Interfaces:
PluginListener

public class PluginNameConfigManager
extends java.lang.Object
implements PluginListener

Author:
ssah

Constructor Summary
protected PluginNameConfigManager()
           
 
Method Summary
 java.lang.String checkValidity(java.lang.String name)
          If name is valid, the function returns null, otherwise it returns a String with the description of the error.
 java.lang.String getDefaultName()
           
static PluginNameConfigManager getInstance()
           
 java.lang.String getNameDescription()
          Returns the description of the valid names.
 void pluginAdded(PluginObject plugin)
          Insert the method's description here.
 void pluginRemoved(PluginObject plugin)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginNameConfigManager

protected PluginNameConfigManager()
Method Detail

getInstance

public static PluginNameConfigManager getInstance()

checkValidity

public java.lang.String checkValidity(java.lang.String name)
If name is valid, the function returns null, otherwise it returns a String with the description of the error.


getNameDescription

public java.lang.String getNameDescription()
Returns the description of the valid names.


getDefaultName

public java.lang.String getDefaultName()

pluginAdded

public void pluginAdded(PluginObject plugin)
Description copied from interface: PluginListener
Insert the method's description here. Creation date: (6.12.2001 22:16:08)

Specified by:
pluginAdded in interface PluginListener

pluginRemoved

public void pluginRemoved(PluginObject plugin)
Description copied from interface: PluginListener
Insert the method's description here. Creation date: (6.12.2001 22:15:59)

Specified by:
pluginRemoved in interface PluginListener