org.mmbase.util.magicfile
Class MagicXMLReader

java.lang.Object
  |
  +--org.mmbase.util.XMLBasicReader
        |
        +--org.mmbase.util.magicfile.MagicXMLReader
All Implemented Interfaces:
DetectorProvider

public class MagicXMLReader
extends XMLBasicReader
implements DetectorProvider

Reads /magic.xml


Field Summary
protected static java.lang.String MAGICXMLFILE
           
 
Fields inherited from class org.mmbase.util.XMLBasicReader
document
 
Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getDescription()
           
 java.util.List getDetectors()
          Returns all 'Detectors'.
static MagicXMLReader getInstance()
          Gets the one MagicXMLReader (there can only be one).
 java.lang.String getVersion()
           
 
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, getFileName, reinitLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAGICXMLFILE

protected static final java.lang.String MAGICXMLFILE
Method Detail

getInstance

public static MagicXMLReader getInstance()
Gets the one MagicXMLReader (there can only be one).

getVersion

public java.lang.String getVersion()

getAuthor

public java.lang.String getAuthor()

getDescription

public java.lang.String getDescription()

getDetectors

public java.util.List getDetectors()
Returns all 'Detectors'.
Specified by:
getDetectors in interface DetectorProvider


MMBase build 1.6.5.20030923