Package org.jboss.as.jdr.plugins
Class AS7Plugin
- java.lang.Object
-
- org.jboss.as.jdr.plugins.AS7Plugin
-
-
Constructor Summary
Constructors Constructor Description AS7Plugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JdrCommand>getCommands()PluginIdgetPluginId()
-
-
-
Method Detail
-
getCommands
public List<JdrCommand> getCommands() throws Exception
- Specified by:
getCommandsin interfaceJdrPlugin- Throws:
Exception
-
getPluginId
public PluginId getPluginId()
- Specified by:
getPluginIdin interfaceJdrPlugin
-
-