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