|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.boot.comp.AppLoaderBase
AppLoaderTools
| Field Summary | |
protected Logger |
log_
logger for parser |
protected Logger |
parseLog_
logger for parser |
protected java.util.Properties |
props
configuration properties |
| Constructor Summary | |
protected |
AppLoaderBase(java.util.Properties pnew)
constructs a AppLoaderBase |
| Method Summary | |
protected byte[] |
createApplicationHash(java.io.InputStream isApp,
java.io.InputStream isPi)
creates the has value for the application. |
protected void |
mergeInto(XMAApp main,
XMAApp plugins)
merge plugin information into the main descriptor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Logger log_
protected Logger parseLog_
protected java.util.Properties props
| Constructor Detail |
protected AppLoaderBase(java.util.Properties pnew)
pnew - the boot runtime properties| Method Detail |
protected void mergeInto(XMAApp main,
XMAApp plugins)
main - application descriptorplugins - import this
protected byte[] createApplicationHash(java.io.InputStream isApp,
java.io.InputStream isPi)
throws java.io.IOException
isApp - first description file (xma-app.xml)isPi - second description file (plugin.xml)
java.io.IOException - in case of errors reading the streams
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||