com.groundwork.collage
Interface CollageAccessor


public interface CollageAccessor

Retrieves instances of Collage API components.

Version:
$Id: CollageAccessor.java,v 1.6 2005/07/27 21:32:37 rogerrut Exp $
Author:
David Sean Taylor

Method Summary
 java.lang.Object getAPIObject(java.lang.String interfaceName)
          Gets an instance of an API component.
 

Method Detail

getAPIObject

public java.lang.Object getAPIObject(java.lang.String interfaceName)
                              throws CollageException
Gets an instance of an API component.

Parameters:
interfaceName - Name of the component to get. If the component is not found, null is returned.
Returns:
Instance of component requested.
Throws:
CollageException


Copyright © 2005 IT Groundwork. All Rights Reserved.