org.mmbase.util
Class XMLApplicationReader

java.lang.Object
  |
  +--org.mmbase.util.XMLBasicReader
        |
        +--org.mmbase.util.XMLApplicationReader

public class XMLApplicationReader
extends XMLBasicReader

Author:
Case Roole, Rico Jansen, Pierre van Rooden

Fields inherited from class org.mmbase.util.XMLBasicReader
document
 
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
 
Methods inherited from class org.mmbase.util.XMLBasicReader
getChildElements, getChildElements, getChildElements, getChildElements, getDocumentBuilder, getElementAttributeValue, getElementAttributeValue, getElementByPath, getElementByPath, getElementName, getElementValue, getElementValue, getFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLApplicationReader

public XMLApplicationReader(java.lang.String filename)
Method Detail

getApplicationName

public java.lang.String getApplicationName()
Get the name of this application

getApplicationVersion

public int getApplicationVersion()
Get the version of this application

getApplicationAutoDeploy

public boolean getApplicationAutoDeploy()
Get the auto-deploy value of this application

getApplicationMaintainer

public java.lang.String getApplicationMaintainer()
Get the maintainer of this application

getNeededBuilders

public java.util.Vector getNeededBuilders()
Get the Builders needed for this application

getNeededRelDefs

public java.util.Vector getNeededRelDefs()
Get the RelDefs needed for this application

getAllowedRelations

public java.util.Vector getAllowedRelations()
Get allowed relations for this application

getDataSources

public java.util.Vector getDataSources()
Get datasources attached to this application

getRelationSources

public java.util.Vector getRelationSources()
Get relationsources attached to this application

getContextSources

public java.util.Vector getContextSources()
contextsources attached to this application

getInstallNotice

public java.lang.String getInstallNotice()
Get the installation notices for this application

getDescription

public java.lang.String getDescription()
Get the description for this application


MMBase 2002