Uses of Interface
com.j256.simplemagic.ContentTypeUtil.ErrorCallBack

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.
 

Uses of ContentTypeUtil.ErrorCallBack in com.j256.simplemagic.entries
 

Methods in com.j256.simplemagic.entries with parameters of type ContentTypeUtil.ErrorCallBack
static MagicEntry MagicEntry.parseLine(MagicEntry previous, String line, ContentTypeUtil.ErrorCallBack errorCallBack)
          Parse a line from the magic configuration file into an entry.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.