org.codehaus.plexus.configuration.processor
Interface ConfigurationResourceHandler

All Known Implementing Classes:
AbstractConfigurationResourceHandler, DirectoryConfigurationResourceHandler, FileConfigurationResourceHandler, ResourceBundleConfigurationResourceHandler

public interface ConfigurationResourceHandler

Version:
$Id: ConfigurationResourceHandler.java 4778 2006-11-23 03:54:18Z jvanzyl $
Author:
Jason van Zyl

Field Summary
static String SOURCE
          Attribute used to identify the external configuration source.
 
Method Summary
 String getId()
           
 PlexusConfiguration[] handleRequest(Map parameters)
           
 

Field Detail

SOURCE

static final String SOURCE
Attribute used to identify the external configuration source.
 
   
 

 

See Also:
Constant Field Values
Method Detail

getId

String getId()

handleRequest

PlexusConfiguration[] handleRequest(Map parameters)
                                    throws ConfigurationResourceNotFoundException,
                                           ConfigurationProcessingException
Throws:
ConfigurationResourceNotFoundException
ConfigurationProcessingException


Copyright © 2001-2007 Codehaus. All Rights Reserved.