org.apache.avalon.composition.data.builder
Interface ContainmentProfileCreator

All Known Implementing Classes:
ContainmentProfileBuilder, SerializedContainmentProfileCreator

public interface ContainmentProfileCreator

Simple interface used to create a ContainmentProfile from an input stream.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/08/31 14:28:11 $
Author:
Avalon Development Team

Method Summary
 ContainmentProfile createContainmentProfile(InputStream inputStream)
          Create a ContainmentProfile from a stream.
 

Method Detail

createContainmentProfile

public ContainmentProfile createContainmentProfile(InputStream inputStream)
                                            throws Exception
Create a ContainmentProfile from a stream.

Parameters:
inputStream - the stream that the resource is loaded from
Returns:
the containment profile
Throws:
Exception - if a error occurs during profile creation


Copyright © Apache Software Foundation. All Rights Reserved.