|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.catalog.site.classes.SiteData
edu.isi.pegasus.planner.catalog.site.classes.AbstractSiteData
public abstract class AbstractSiteData
The abstract data class for Site classes.
| Constructor Summary | |
|---|---|
AbstractSiteData()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Returns the clone of the object. |
String |
toString()
Writes out the object as a string. |
String |
toXML()
Returns the xml description of the object. |
abstract void |
toXML(Writer writer,
String indent)
Writes out the xml description of the object. |
void |
writeAttribute(Writer writer,
String key,
String value)
Writes an attribute to the stream. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSiteData()
| Method Detail |
|---|
public String toXML()
throws IOException
IOException - if something fishy happens to the stream.
public abstract void toXML(Writer writer,
String indent)
throws IOException
writer - is a Writer opened and ready for writing. This can also
be a StringWriter for efficient output.indent - the indent to be used.
IOException - if something fishy happens to the stream.public String toString()
toString in class Object
public void writeAttribute(Writer writer,
String key,
String value)
throws IOException
writer - key - value -
IOException - if something fishy happens to the stream.
public Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||