|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.alchemist.configbuilder.AbstractConfigurationWriter
public abstract class AbstractConfigurationWriter
This is an abstract configuration xml file writer for configbuilder
| Field Summary | |
|---|---|
protected java.io.OutputStream |
outputStream
|
| Constructor Summary | |
|---|---|
AbstractConfigurationWriter(java.io.OutputStream outputStream)
|
|
| Method Summary | |
|---|---|
abstract void |
writeConfiguration(ConfigElement[] elements)
Writes the xml output generated from elements to the output |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.io.OutputStream outputStream
| Constructor Detail |
|---|
public AbstractConfigurationWriter(java.io.OutputStream outputStream)
| Method Detail |
|---|
public abstract void writeConfiguration(ConfigElement[] elements)
throws java.io.IOException
elements -
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||