org.apache.avalon.composition.data.builder
Class SerializedContainmentProfileCreator

java.lang.Object
  extended byorg.apache.avalon.composition.data.builder.SerializedContainmentProfileCreator
All Implemented Interfaces:
ContainmentProfileCreator

public class SerializedContainmentProfileCreator
extends Object
implements ContainmentProfileCreator

Create ContainmentProfile from stream made up of serialized object.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/09/24 09:31:25 $
Author:
Avalon Development Team

Constructor Summary
SerializedContainmentProfileCreator()
           
 
Method Summary
 ContainmentProfile createContainmentProfile(InputStream inputStream)
          Create a ContainmentProfile from a stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializedContainmentProfileCreator

public SerializedContainmentProfileCreator()
Method Detail

createContainmentProfile

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

Specified by:
createContainmentProfile in interface ContainmentProfileCreator
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.