org.mmbase.util
Class XMLApplicationReader

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

public class XMLApplicationReader
extends java.lang.Object


Constructor Summary
XMLApplicationReader(java.lang.String filename)
           
 
Method Summary
 java.util.Vector getAllowedRelations()
          getNeededBuilders for this application
 boolean getApplicationAutoDeploy()
          get the version of this application
 java.lang.String getApplicationMaintainer()
          get the version 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()
          datasources attached to this application
 java.lang.String getDescription()
           
 java.lang.String getFileName()
           
 java.lang.String getInstallNotice()
           
 java.util.Vector getNeededBuilders()
          getNeededBuilders for this application
 java.util.Vector getNeededRelDefs()
          getNeededRelDefs for this application
 java.util.Vector getRelationSources()
          relationsources attached to this application
 
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 version of this application

getApplicationMaintainer

public java.lang.String getApplicationMaintainer()
get the version of this application

getNeededBuilders

public java.util.Vector getNeededBuilders()
getNeededBuilders for this application

getNeededRelDefs

public java.util.Vector getNeededRelDefs()
getNeededRelDefs for this application

getAllowedRelations

public java.util.Vector getAllowedRelations()
getNeededBuilders for this application

getDataSources

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

getRelationSources

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

getContextSources

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

getInstallNotice

public java.lang.String getInstallNotice()

getDescription

public java.lang.String getDescription()

getFileName

public java.lang.String getFileName()


MMBase 2001