|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.boot.comp.data.XMASWTDescription
This class represents the swt-description tag from xma-app.xml. It may contain an ordered list of prefered versions and a set of resources to download if none of the prefered versions is installed.
| Method Summary | |
void |
addPreinstall(SWTPreinstall preinstall)
adds the given preinstall to the list preinstalls |
void |
addResource(XMAResource resoure)
adds the given resource to the map resources |
java.util.List |
getPreinstalls()
returns the list of preinstalls, containing SWTPreinstall objects |
java.util.HashMap |
getResources()
returns the map of resources, containing XMAResource objects |
void |
writeXML(java.io.PrintStream ps)
write this object to a xml print stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void writeXML(java.io.PrintStream ps)
ps - the PrintStream to write topublic void addPreinstall(SWTPreinstall preinstall)
public void addResource(XMAResource resoure)
public java.util.List getPreinstalls()
public java.util.HashMap getResources()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||