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 String ROLE
           
 
Method Summary
 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.
 

Field Detail

ROLE

public static final String ROLE
Method Detail

getPaths

public 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.