com.cosylab.vdct.plugin.config
Interface NameConfigPlugin

All Superinterfaces:
Plugin
All Known Implementing Classes:
NameConfigExample

public interface NameConfigPlugin
extends Plugin

Author:
ssah

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()
          Returns the default name.
 java.lang.String getNameDescription()
          Returns the description of the valid names.
 boolean isRunning()
          Returns true if the plugin has not been stopped since the last start.
 
Methods inherited from interface com.cosylab.vdct.plugin.Plugin
destroy, getAuthor, getDescription, getName, getVersion, init, start, stop
 

Method Detail

checkValidity

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

java.lang.String getNameDescription()
Returns the description of the valid names. Can be null.


getDefaultName

java.lang.String getDefaultName()
Returns the default name. Can be null.


isRunning

boolean isRunning()
Returns true if the plugin has not been stopped since the last start.