public interface Detector
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Detector detector,
int level) |
void |
configure(Element el) |
String |
getDesignation() |
String |
getExtension() |
List<String> |
getExtensions() |
String |
getMimeType() |
void |
setExtension(String extension) |
void |
setMimeType(String mimetype) |
void |
setValid(boolean v) |
boolean |
test(byte[] lithmus) |
boolean |
valid() |
void setExtension(String extension)
String getExtension()
void setMimeType(String mimetype)
String getMimeType()
String getDesignation()
void addChild(Detector detector, int level)
boolean test(byte[] lithmus)
void setValid(boolean v)
boolean valid()
void configure(Element el)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}