org.apache.avalon.composition.data.writer
Interface ContainmentProfileWriter

All Known Implementing Classes:
SerializedContainmentProfileWriter

public interface ContainmentProfileWriter

Interface implemented by objects supporting the writing of a ContainmentProfile to an output stream.

Version:
$Revision: 1.1.1.2 $ $Date: 2004/05/19 09:29:49 $
Author:
Avalon Development Team

Method Summary
 void writeContainmentProfile(ContainmentProfile profile, OutputStream stream)
          Write a ContainmentProfile to a stream
 

Method Detail

writeContainmentProfile

public void writeContainmentProfile(ContainmentProfile profile,
                                    OutputStream stream)
                             throws Exception
Write a ContainmentProfile to a stream

Parameters:
profile - the profile instance
stream - the destination stream
Throws:
Exception - if an error occurs while writting to the stream


Copyright © The Apache Software Foundation. All Rights Reserved.