Uses of Class
com.adobe.epubcheck.util.SourceSet
-
Packages that use SourceSet Package Description com.adobe.epubcheck.util -
-
Uses of SourceSet in com.adobe.epubcheck.util
Methods in com.adobe.epubcheck.util that return SourceSet Modifier and Type Method Description SourceSetSourceSet.Builder. build()static SourceSetSourceSet. parse(java.lang.String srcset)Parses a `srcset` value and swallows the errors.static SourceSetSourceSet. parse(java.lang.String srcset, SourceSet.ErrorHandler errorHandler)Parses a `srcset` value and reports the errors to the givenSourceSet.ErrorHandler.SourceSetSourceSet.Parser. parse(java.lang.CharSequence srcset)
-