|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentTypeUtil.ErrorCallBack | |
---|---|
com.j256.simplemagic | Top level code used externally. |
com.j256.simplemagic.entries | Internal storing of the entries read from the magic file(s). |
Uses of ContentTypeUtil.ErrorCallBack in com.j256.simplemagic |
---|
Methods in com.j256.simplemagic with parameters of type ContentTypeUtil.ErrorCallBack | |
---|---|
void |
ContentTypeUtil.setErrorCallBack(ContentTypeUtil.ErrorCallBack errorCallBack)
Set our class which will get called whenever we get a configuration error. |
Constructors in com.j256.simplemagic with parameters of type ContentTypeUtil.ErrorCallBack | |
---|---|
ContentTypeUtil(ContentTypeUtil.ErrorCallBack errorCallBack)
Construct a magic utility using the internal magic file built into the package. |
|
ContentTypeUtil(File fileOrDirectory,
ContentTypeUtil.ErrorCallBack errorCallBack)
Construct a magic utility using the magic files from a file or a directory of files. |
|
ContentTypeUtil(String fileOrDirectoryPath,
ContentTypeUtil.ErrorCallBack errorCallBack)
Construct a magic utility using the magic files from a file or a directory of files. |
Uses of ContentTypeUtil.ErrorCallBack in com.j256.simplemagic.entries |
---|
Methods in com.j256.simplemagic.entries with parameters of type ContentTypeUtil.ErrorCallBack | |
---|---|
static MagicEntry |
MagicEntryParser.parseLine(MagicEntry previous,
String line,
ContentTypeUtil.ErrorCallBack errorCallBack)
Parse a line from the magic configuration file into an entry. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |