de.smartics.properties.spi.core.context
Class DeclarationConfigWriter

Package class diagram package DeclarationConfigWriter
java.lang.Object
  extended by de.smartics.properties.spi.core.context.DeclarationConfigWriter

public final class DeclarationConfigWriter
     
     
extends Object

Writes a configuration to a stream.


Constructor Summary
DeclarationConfigWriter()
           
 
Method Summary
 void write(PropertiesContext context, OutputStream out)
          Writes the configuration to the given stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclarationConfigWriter

public DeclarationConfigWriter()
Method Detail

write

public void write(PropertiesContext context,
                  OutputStream out)
           throws IOException
Writes the configuration to the given stream.

Parameters:
context - the context to write.
out - the stream to write to.
Throws:
IOException - on any problem writing to the stream.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.