Constructor and Description |
---|
CasaItWritingExample() |
Modifier and Type | Method and Description |
---|---|
protected static Container.Realestateitems.Realestate.Images.Advertismentimage |
createAdvertismentimage()
Create an
Container.Realestateitems.Realestate.Images.Advertismentimage with some example data. |
protected static Container.Realestateitems.Realestate |
createRealestate()
Create a
Container.Realestateitems.Realestate with some example data. |
static void |
main(String[] args)
Start the example application.
|
protected static void |
write(CasaItDocument doc,
File file)
Write a
CasaItDocument into a File . |
protected static void |
write(CasaItDocument doc,
OutputStream output)
Write a
CasaItDocument into an OutputStream . |
protected static void |
write(CasaItDocument doc,
Writer output)
Write a
CasaItDocument into a Writer . |
protected static void |
writeToConsole(CasaItDocument doc)
Write a
CasaItDocument into a String and print the
results to the console. |
public static void main(String[] args)
args
- command line argumentsprotected static Container.Realestateitems.Realestate createRealestate()
Container.Realestateitems.Realestate
with some example data.protected static Container.Realestateitems.Realestate.Images.Advertismentimage createAdvertismentimage()
Container.Realestateitems.Realestate.Images.Advertismentimage
with some example data.protected static void write(CasaItDocument doc, File file)
CasaItDocument
into a File
.doc
- the document to writefile
- the file, where the document is written toprotected static void write(CasaItDocument doc, OutputStream output)
CasaItDocument
into an OutputStream
.doc
- the document to writeoutput
- the stream, where the document is written toprotected static void write(CasaItDocument doc, Writer output)
CasaItDocument
into a Writer
.doc
- the document to writeoutput
- the writer, where the document is written toprotected static void writeToConsole(CasaItDocument doc)
CasaItDocument
into a String
and print the
results to the console.doc
- the document to writeCopyright © 2015 OpenEstate. All rights reserved.