org.oddjob.monitor.actions
Class ResourceActionProvider
java.lang.Object
org.oddjob.monitor.actions.ResourceActionProvider
- All Implemented Interfaces:
- ActionProvider
public class ResourceActionProvider
- extends Object
- implements ActionProvider
An ActionProvider
that provides actions from
any number of XML Configurations found on the class path.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_FILE
public static final String ACTION_FILE
- The resource name.
- See Also:
- Constant Field Values
ResourceActionProvider
public ResourceActionProvider(ArooaSession session)
- Constructor.
- Parameters:
session
-
getExplorerActions
public ExplorerAction[] getExplorerActions()
- Description copied from interface:
ActionProvider
- Return an array of
ExplorerAction
s.
- Specified by:
getExplorerActions
in interface ActionProvider
- Returns:
- ExplorerActions. Never null.