|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.peer.LyConnection
leon.peer.xml.LyXmlConnection
public class LyXmlConnection
This class is used as a connection for XML provider.
LyConnection
Field Summary | |
---|---|
static java.lang.String |
__VERSION
|
Constructor Summary | |
---|---|
LyXmlConnection(LyApplication application)
Constructor. |
Method Summary | |
---|---|
void |
closeFile(java.io.PrintWriter pw)
Close the PrintWriter and write the end of file. |
java.io.Reader |
getReader(LyClass peerClass)
|
java.io.PrintWriter |
openFile(LyClass peerClass)
Open the file of peerClass and write the begining of file. |
void |
writeLine(java.lang.String line,
java.io.PrintWriter pw)
Write a line in the file containing objects data. |
boolean |
writeXml(LyClass peerClass,
java.util.Vector<java.lang.String> lines)
Write lines in the file containing objects data. |
Methods inherited from class leon.peer.LyConnection |
---|
addValue, autoCommit, close, commit, dump, getError, getUID, getValue, isClosed, isReserved, prepareCommit, released, reserved, rollback, setDataProvider, setError, setUID |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyXmlConnection(LyApplication application)
Method Detail |
---|
public java.io.Reader getReader(LyClass peerClass)
public boolean writeXml(LyClass peerClass, java.util.Vector<java.lang.String> lines)
public java.io.PrintWriter openFile(LyClass peerClass)
public void writeLine(java.lang.String line, java.io.PrintWriter pw)
public void closeFile(java.io.PrintWriter pw)
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |