org.apache.avalon.composition.data.builder
Class SerializedContainmentProfileCreator
java.lang.Object
org.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/08/31 14:29:48 $
- Author:
- Avalon Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializedContainmentProfileCreator
public SerializedContainmentProfileCreator()
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.