public final class TaggingPresetReader extends Object
Modifier | Constructor and Description |
---|---|
private |
TaggingPresetReader() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getPresetSources() |
static File |
getZipIcons() |
static Collection<TaggingPreset> |
readAll(Collection<String> sources,
boolean validate) |
static List<TaggingPreset> |
readAll(Reader in,
boolean validate) |
static Collection<TaggingPreset> |
readAll(String source,
boolean validate) |
static Collection<TaggingPreset> |
readFromPreferences(boolean validate) |
private TaggingPresetReader()
public static List<String> getPresetSources()
public static List<TaggingPreset> readAll(Reader in, boolean validate) throws SAXException
SAXException
public static Collection<TaggingPreset> readAll(String source, boolean validate) throws SAXException, IOException
SAXException
IOException
public static Collection<TaggingPreset> readAll(Collection<String> sources, boolean validate)
public static Collection<TaggingPreset> readFromPreferences(boolean validate)
public static File getZipIcons()