Uses of Class
com.sun.tools.xjc.util.MimeTypeRange
-
Packages that use MimeTypeRange Package Description com.sun.tools.xjc.util -
-
Uses of MimeTypeRange in com.sun.tools.xjc.util
Fields in com.sun.tools.xjc.util declared as MimeTypeRange Modifier and Type Field Description static MimeTypeRange
MimeTypeRange. ALL
Methods in com.sun.tools.xjc.util that return MimeTypeRange Modifier and Type Method Description static MimeTypeRange
MimeTypeRange. merge(Collection<MimeTypeRange> types)
Creates a range by merging all the given types.Methods in com.sun.tools.xjc.util that return types with arguments of type MimeTypeRange Modifier and Type Method Description static List<MimeTypeRange>
MimeTypeRange. parseRanges(String s)
Method parameters in com.sun.tools.xjc.util with type arguments of type MimeTypeRange Modifier and Type Method Description static MimeTypeRange
MimeTypeRange. merge(Collection<MimeTypeRange> types)
Creates a range by merging all the given types.
-