Package com.openstego.desktop.util.dwt
Class FilterXMLReader
- java.lang.Object
-
- com.openstego.desktop.util.dwt.FilterXMLReader
-
public class FilterXMLReader extends java.lang.Object
Class to read the Filters XML and generate corresponding Java Objects
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.Integer,FilterGH>
parse(java.lang.String fileURI)
This method parses the given XML file into the list of objects
-
-
-
Method Detail
-
parse
public static java.util.Map<java.lang.Integer,FilterGH> parse(java.lang.String fileURI)
This method parses the given XML file into the list of objects- Parameters:
fileURI
- URI for the XML file- Returns:
- Map of filters with key being Integer object for filter ID
-
-