com.softwareag.cis.plugin.ext.plugins.command
Class CompileLayoutsCommand
java.lang.Object
com.softwareag.cis.plugin.command.AbstractCommand
com.softwareag.cis.plugin.ext.plugins.command.InstallPlugInCommand
com.softwareag.cis.plugin.ext.plugins.command.CompileLayoutsCommand
- All Implemented Interfaces:
- Command, com.softwareag.cis.plugin.interfaces.Component
public class CompileLayoutsCommand
- extends InstallPlugInCommand
A command which allows to compile/generate all layouts for the
selected plug-in
Field Summary |
static java.lang.String |
rcs_id
|
Fields inherited from interface com.softwareag.cis.plugin.command.Command |
CATEGORY_APPLICATION_HIGH_PRIO, CATEGORY_APPLICATION_LOW_PRIO, CATEGORY_COPY, CATEGORY_DELETE, CATEGORY_DOCUMENT, CATEGORY_EDIT, CATEGORY_EXECUTE, CATEGORY_FAVORITES, CATEGORY_IMPORT_EXPORT, CATEGORY_LCM, CATEGORY_LINK, CATEGORY_MIN, CATEGORY_MISC, CATEGORY_NEW, CATEGORY_OBJECT, CATEGORY_OPEN, CATEGORY_PREFERENCES, CATEGORY_SAVE, CATEGORY_SEARCH, CATEGORY_SHOW, CATEGORY_UPDATE, CATEGORY_UPDATE_EXT, CATEGORY_VIEW, COMMAND_ACTIVATE_DEACTIVATE, COMMAND_ADD_CATEGORY, COMMAND_ADD_COPY, COMMAND_ADD_DOCUMENT, COMMAND_ADD_FOLDER, COMMAND_ADD_TO_FAVORITES, COMMAND_ADD_TO_LIST, COMMAND_ADD_TYPE, COMMAND_ADD_VERSION, COMMAND_ATTACH_WS_POLICY, COMMAND_ATTACH_WSDL, COMMAND_CHANGE_LIFEC_STATE, COMMAND_CHANGE_PROVIDING_ORG, COMMAND_CHECK_CONN, COMMAND_COMPARE, COMMAND_COPY_SHORTCUT, COMMAND_DELETE, COMMAND_DOCUMENTATION, COMMAND_DOWNLOAD, COMMAND_DOWNLOAD_BPEL, COMMAND_DOWNLOAD_WSDL, COMMAND_DOWNLOAD_XMLSCHEMA, COMMAND_EDIT_DETAILS, COMMAND_EXPORT, COMMAND_EXPORT_CONTENTS, COMMAND_EXPORT_FAVORITE, COMMAND_GENERATE_REPORT, COMMAND_IMPACT_ANALYSIS, COMMAND_IMPORT_ASSET, COMMAND_LC_CREATE_NEW_VERS, COMMAND_NOTIFY_ME, COMMAND_PERMISSIONS, COMMAND_REGISTER_AS_CONSUMER, COMMAND_REGISTER_CONS, COMMAND_REMOVE_FROM_FAVORITES, COMMAND_RENAME, COMMAND_RENAME_LIST, COMMAND_SHOW_DETAILS, COMMAND_VIRTUALIZE |
Method Summary |
void |
execute(CommandContext commandContext)
Execute command for given CommandContext |
java.lang.String |
getImageURL()
Get URL of icon to be used for rendering of command. |
java.lang.String |
getName()
Get localized name of CompileLayOutsCommand - may be used e.g. |
Methods inherited from class com.softwareag.cis.plugin.command.AbstractCommand |
execute, executeWrapped, getComparator, getId, getLocale, getSelectable, getSubCommands, isEnabled, isEnabled, isSameGroup, isToBeVisualized, isVisible, setEnabled, setLocale, setSelectable, setVisible, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
rcs_id
public static final java.lang.String rcs_id
- See Also:
- Constant Field Values
CompileLayoutsCommand
public CompileLayoutsCommand(java.util.Locale lc)
getName
public java.lang.String getName()
- Get localized name of CompileLayOutsCommand - may be used e.g.
for label in context menu or tooltip in toolbar
- Specified by:
getName
in interface Command
- Overrides:
getName
in class InstallPlugInCommand
- Returns:
- Stirng Install Plug-in
getImageURL
public java.lang.String getImageURL()
- Get URL of icon to be used for rendering of command.
May be null if no icon available or required.
- Specified by:
getImageURL
in interface Command
- Overrides:
getImageURL
in class InstallPlugInCommand
- Returns:
- null
execute
public void execute(CommandContext commandContext)
- Execute command for given CommandContext
- Specified by:
execute
in interface Command
- Overrides:
execute
in class InstallPlugInCommand
- Parameters:
commandContext
- the CommandContext
- Throws:
java.lang.Exception