|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.processor.RequestWriter
Graph Processing Framework instead.
@Deprecated public class RequestWriter
The request writer is a helper class that can write any number of Requests to an xml file so that the
request form a valid "Request file" that can be reread by the RequestLoader.
| Constructor Summary | |
|---|---|
RequestWriter()
Deprecated. Constructs the object with default values. |
|
| Method Summary | |
|---|---|
void |
close(Writer writer)
Deprecated. Closes the file. |
void |
write(Request[] requests,
File requestFile)
Deprecated. Writes the request passed in to the File supplied. |
void |
write(Request[] requests,
Writer writer)
Deprecated. Writes the request passed in to the Writer supplied. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestWriter()
| Method Detail |
|---|
public void write(Request[] requests,
File requestFile)
throws IOException
IllegalArgumentException - when fed with null
IOException
public void write(Request[] requests,
Writer writer)
throws IOException
IllegalArgumentException - when fed with null
IOException
public void close(Writer writer)
throws IOException
null.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||