org.codehaus.cargo.container.configuration.entry
Interface ResourceSupport

All Known Implementing Classes:
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder

public interface ResourceSupport

Designates a container supports resource configuration. The operations in this interface should not depend on prior state and should be able to be called multiple times.

Version:
$Id: $

Method Summary
 void configure(Resource ds, LocalContainer container)
           
 void configureResources(LocalContainer container)
          Configure the Resources defined for this configuration.
 

Method Detail

configure

void configure(Resource ds,
               LocalContainer container)
Parameters:
ds - the Resource configuration you wish to install on the container.
container - the container whose configuration you wish to affect.

configureResources

void configureResources(LocalContainer container)
Configure the Resources defined for this configuration.

Parameters:
container - the container whose configuration you wish to affect.


Copyright © 2004-2011 Codehaus. All Rights Reserved.