org.apache.avalon.phoenix.interfaces
Interface ExtensionManagerMBean
- All Known Implementing Classes:
- DefaultExtensionManager
- public interface ExtensionManagerMBean
Management interface to ExtensionManager.
- Version:
- $Revision: 1.6 $ $Date: 2002/08/07 02:57:15 $
- Author:
- Peter Donald
Field Summary |
static java.lang.String |
ROLE
|
Method Summary |
java.io.File[] |
getPaths()
Retrieve an array of paths where each
element in array represents a directory
in which the ExtensionManager will look
for Extensions. |
void |
rescanPath()
Force the ExtensionManager to rescan the paths
to discover new Extensions that have been added
or remove old Extensions that have been removed. |
ROLE
public static final java.lang.String ROLE
getPaths
public java.io.File[] getPaths()
- Retrieve an array of paths where each
element in array represents a directory
in which the ExtensionManager will look
for Extensions.
- Returns:
- the list of paths to search in
rescanPath
public void rescanPath()
- Force the ExtensionManager to rescan the paths
to discover new Extensions that have been added
or remove old Extensions that have been removed.
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.