public abstract class AbstractScriptCommand extends Object implements CommandIfc
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
lineCommentStart
Field description
|
ADD_SCRIPT_CMD, ADMINS_SET, ADMN_CMDS, ADMN_DISC, AUTH_REPO, COMMAND_ID, COMMANDS_ACL, COMPONENT, COMPONENT_NAME, DEL_SCRIPT_CMD, DESCRIPT, GROUP, LANGUAGE, PACKET, REMOVE_FROM_DISK, SAVE_TO_DISK, SCRI_MANA, SCRIPT_BASE_DIR, SCRIPT_CLASS, SCRIPT_COMP_DIR, SCRIPT_COMPONENT, SCRIPT_DESCRIPTION, SCRIPT_GROUP, SCRIPT_ID, SCRIPT_RESULT, SCRIPT_TEXT, SERVICES_MAP, USER_CONN, USER_REPO, USER_SESS, VHOST_MANAGER| Constructor and Description |
|---|
AbstractScriptCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandId() |
String |
getDescription() |
String |
getGroup() |
void |
init(String id,
String description,
String group) |
boolean |
isAdminOnly() |
protected boolean |
isEmpty(String val) |
void |
setAdminOnly(boolean adminOnly) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBindings, runCommandpublic String getCommandId()
getCommandId in interface CommandIfcpublic String getDescription()
getDescription in interface CommandIfcpublic String getGroup()
getGroup in interface CommandIfcpublic void init(String id, String description, String group)
init in interface CommandIfcpublic boolean isAdminOnly()
isAdminOnly in interface CommandIfcpublic void setAdminOnly(boolean adminOnly)
setAdminOnly in interface CommandIfcprotected boolean isEmpty(String val)
Copyright © 2016 "Tigase, Inc.". All rights reserved.