|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.xml.DocumentReader
org.mmbase.util.XMLBasicReader
org.mmbase.util.XMLApplicationReader
| Field Summary | |
static java.lang.String |
DTD_APPLICATION
DTD resource filename of the most Application DTD |
static java.lang.String |
DTD_APPLICATION_1_0
DTD resource filename of the Application DTD version 1.0 |
static java.lang.String |
DTD_APPLICATION_1_1
DTD resource filename of the Application DTD version 1.1 |
static java.lang.String |
PUBLIC_ID_APPLICATION
Public ID of the most recent Application DTD |
static java.lang.String |
PUBLIC_ID_APPLICATION_1_0
Public ID of the Application DTD version 1.0 |
static java.lang.String |
PUBLIC_ID_APPLICATION_1_1
Public ID of the Application DTD version 1.1 |
| Fields inherited from class org.mmbase.util.xml.DocumentReader |
document, DTD_ERROR, DTD_ERROR_1_0, FILENOTFOUND, PUBLIC_ID_ERROR, PUBLIC_ID_ERROR_1_0 |
| Constructor Summary | |
XMLApplicationReader(java.lang.String filename)
|
|
| Method Summary | |
java.util.Vector |
getAllowedRelations()
Get allowed relations for this application |
boolean |
getApplicationAutoDeploy()
Get the auto-deploy value of this application |
java.lang.String |
getApplicationMaintainer()
Get the maintainer of this application |
java.lang.String |
getApplicationName()
Get the name of this application |
int |
getApplicationVersion()
Get the version of this application |
java.util.Vector |
getContextSources()
contextsources attached to this application |
java.util.Vector |
getDataSources()
Get datasources attached to this application |
java.lang.String |
getDescription()
Get the description for this application |
java.lang.String |
getInstallNotice()
Get the installation notices for this application |
java.util.Vector |
getNeededBuilders()
Get the Builders needed for this application |
java.util.Vector |
getNeededRelDefs()
Get the RelDefs needed for this application |
java.util.Vector |
getRelationSources()
Get relationsources attached to this application |
java.util.List |
getRequirements()
Get the applicationlist required by this application |
static void |
registerPublicIDs()
Register the Public Ids for DTDs used by XMLApplicationReader This method is called by XMLEntityResolver. |
| Methods inherited from class org.mmbase.util.XMLBasicReader |
getChildElements, getChildElements, getChildElements, getChildElements, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getDocumentBuilder, getElementAttributeValue, getElementAttributeValue, getElementByPath, getElementByPath, getElementName, getElementValue, getElementValue |
| Methods inherited from class org.mmbase.util.xml.DocumentReader |
getFileName, getNodeTextValue, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String PUBLIC_ID_APPLICATION_1_0
public static final java.lang.String PUBLIC_ID_APPLICATION_1_1
public static final java.lang.String DTD_APPLICATION_1_0
public static final java.lang.String DTD_APPLICATION_1_1
public static final java.lang.String PUBLIC_ID_APPLICATION
public static final java.lang.String DTD_APPLICATION
| Constructor Detail |
public XMLApplicationReader(java.lang.String filename)
| Method Detail |
public static void registerPublicIDs()
public java.lang.String getApplicationName()
public int getApplicationVersion()
public boolean getApplicationAutoDeploy()
public java.lang.String getApplicationMaintainer()
public java.util.List getRequirements()
public java.util.Vector getNeededBuilders()
public java.util.Vector getNeededRelDefs()
public java.util.Vector getAllowedRelations()
public java.util.Vector getDataSources()
public java.util.Vector getRelationSources()
public java.util.Vector getContextSources()
public java.lang.String getInstallNotice()
public java.lang.String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||