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.hintMapprivate final Collection<MagicMatcher> MagicParser.matchersprivate final ArrayList<MagicMatcher> MagicParser.stackprivate final ArrayList<MagicMatcher> MagicMatcher.subMatchersMethods 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 voidMagic.addHint(String extension, MagicMatcher matcher) Add a hint to use the specified matcher for the given extensionvoidMagicMatcher.addSubMatcher(MagicMatcher m) add a submatch to this magic matchMethod parameters in net.sf.jmimemagic with type arguments of type MagicMatcherModifier and TypeMethodDescriptionvoidMagicMatcher.setSubMatchers(Collection<MagicMatcher> a) Set all submatches.