Uses of Class
net.sf.jmimemagic.MagicMatcher
Packages that use MagicMatcher
-
Uses of MagicMatcher in net.sf.jmimemagic
Fields in net.sf.jmimemagic declared as MagicMatcherFields in net.sf.jmimemagic with type parameters of type MagicMatcherModifier and TypeFieldDescriptionprivate static HashMap
<String, ArrayList<MagicMatcher>> Magic.hintMap
private final Collection
<MagicMatcher> MagicParser.matchers
private final ArrayList
<MagicMatcher> MagicParser.stack
private final ArrayList
<MagicMatcher> MagicMatcher.subMatchers
Methods in net.sf.jmimemagic that return types with arguments of type MagicMatcherModifier and TypeMethodDescriptionMagicParser.getMatchers()
DOCUMENT ME!MagicMatcher.getSubMatchers()
get all submatches for this magic matchMethods in net.sf.jmimemagic with parameters of type MagicMatcherModifier and TypeMethodDescriptionprivate static void
Magic.addHint
(String extension, MagicMatcher matcher) Add a hint to use the specified matcher for the given extensionvoid
MagicMatcher.addSubMatcher
(MagicMatcher m) add a submatch to this magic matchMethod parameters in net.sf.jmimemagic with type arguments of type MagicMatcherModifier and TypeMethodDescriptionvoid
MagicMatcher.setSubMatchers
(Collection<MagicMatcher> a) Set all submatches.