Uses of Class
net.sf.jmimemagic.MagicMatcher
Packages that use MagicMatcher
-
Uses of MagicMatcher in net.sf.jmimemagic
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 TypeMethodDescriptionvoidMagicMatcher.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.