tigase.server.script
Class AbstractScriptCommand
java.lang.Object
tigase.server.script.AbstractScriptCommand
- All Implemented Interfaces:
- CommandIfc
- Direct Known Subclasses:
- AddScriptCommand, RemoveScriptCommand, Script
public abstract class AbstractScriptCommand
- extends Object
- implements CommandIfc
Created: Jan 2, 2009 2:32:17 PM
- Version:
- $Rev$
- Author:
- Artur Hefczyc
Fields inherited from interface tigase.server.script.CommandIfc |
ADD_SCRIPT_CMD, ADMN_CMDS, ADMN_DISC, AUTH_REPO, COMMAND_ID, COMPONENT_NAME, DEL_SCRIPT_CMD, DESCRIPT, LANGUAGE, PACKET, SAVE_TO_DISK, SCRI_MANA, SCRIPT_BASE_DIR, SCRIPT_COMP_DIR, SCRIPT_COMPONENT, SCRIPT_DESCRIPTION, SCRIPT_ID, SCRIPT_RESULT, SCRIPT_TEXT, USER_CONN, USER_REPO, USER_SESS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineCommentStart
public static final Map<String,String> lineCommentStart
AbstractScriptCommand
public AbstractScriptCommand()
init
public void init(String id,
String description)
- Specified by:
init
in interface CommandIfc
getCommandId
public String getCommandId()
- Specified by:
getCommandId
in interface CommandIfc
getDescription
public String getDescription()
- Specified by:
getDescription
in interface CommandIfc
isEmpty
protected boolean isEmpty(String val)
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.