org.oddjob.monitor.actions
Class URLActionProvider
java.lang.Object
org.oddjob.monitor.actions.URLActionProvider
- All Implemented Interfaces:
- ActionProvider
public class URLActionProvider
- extends Object
- implements ActionProvider
An ActionProvider
that loads ActionProvider
s
from XML configuration found at the given URLs.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLActionProvider
public URLActionProvider(URL[] urls,
ArooaSession session)
- Constructor.
- Parameters:
urls
- 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.