| Package | Description |
|---|---|
| org.mmbase.util.magicfile |
This package contains the classes needed by
org.mmbase.util.magicfile.MagicFile.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDetector |
class |
BasicDetector
A Detector stores one entry from the magic.xml file, and contains
the functionality to determines if a certain byte[] satisfies it.
|
class |
XmlDetector
A detector which can match on XML namespaces, publicId.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Detector> |
AbstractDetector.childList |
| Modifier and Type | Method and Description |
|---|---|
List<Detector> |
MagicXMLReader.getDetectors()
Returns all 'Detectors'.
|
List<Detector> |
MagicFile.getDetectors()
Returns a list of detectors used by this MagicFile instance
|
List<Detector> |
MagicParser.getDetectors() |
List<Detector> |
DetectorProvider.getDetectors() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDetector.addChild(Detector detector,
int level)
Add an embedded detector object that searches for more details after an initial match.
|
void |
Detector.addChild(Detector detector,
int level) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}