|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.dpml.station.builder.RegistryWriter
public final class RegistryWriter
Test example application sources.
| Constructor Summary | |
|---|---|
RegistryWriter()
|
|
| Method Summary | |
|---|---|
void |
writeRegistryDescriptor(RegistryDescriptor descriptor,
OutputStream output,
String pad)
Externalize the part to XML. |
protected void |
writeValueDirective(Writer writer,
ValueDirective value,
String pad)
Write a single value directive. |
protected void |
writeValueDirectives(Writer writer,
ValueDirective[] values,
String pad)
Write a value directive array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegistryWriter()
| Method Detail |
|---|
public void writeRegistryDescriptor(RegistryDescriptor descriptor,
OutputStream output,
String pad)
throws IOException
descriptor - the registry descriptoroutput - the output streampad - offset padding to be applied when writing data to the stream
IOException - if an IO error occurs
protected void writeValueDirectives(Writer writer,
ValueDirective[] values,
String pad)
throws IOException
writer - the stream writervalues - the array of value directivespad - character offset
IOException - if an IO error occurs
protected void writeValueDirective(Writer writer,
ValueDirective value,
String pad)
throws IOException
writer - the stream writervalue - the value directivepad - character offset
IOException - if an IO error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||