Package org.jboss.as.jdr.plugins
Interface JdrPlugin
-
- All Known Implementing Classes:
AS7Plugin
public interface JdrPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<JdrCommand>getCommands()PluginIdgetPluginId()
-
-
-
Method Detail
-
getCommands
List<JdrCommand> getCommands() throws Exception
- Throws:
Exception
-
getPluginId
PluginId getPluginId()
-
-