|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for meta data serializers.
| Method Summary | |
org.apache.commons.logging.Log |
getLog()
Return the log to write to. |
void |
serialize()
Serialize the current set of objects to the files from which they were parsed. |
void |
serialize(java.io.File file,
boolean append,
boolean pretty)
Serialize the current set of objects to the given file, optionally appending and pretty-printing. |
void |
serialize(java.io.Writer out,
boolean pretty)
Serialize the current set of objects to the given stream, optionally pretty-printing the result. |
void |
setLog(org.apache.commons.logging.Log log)
Set the log to write to. |
| Method Detail |
public org.apache.commons.logging.Log getLog()
public void setLog(org.apache.commons.logging.Log log)
public void serialize()
throws java.io.IOException
SourceTracker
interface.
java.io.IOException
public void serialize(java.io.File file,
boolean append,
boolean pretty)
throws java.io.IOException
java.io.IOException
public void serialize(java.io.Writer out,
boolean pretty)
throws java.io.IOException
java.io.IOException
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||