|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NameConfigPlugin
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 |
---|
java.lang.String checkValidity(java.lang.String name)
java.lang.String getNameDescription()
java.lang.String getDefaultName()
boolean isRunning()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |