Class DecoderDetectionFactory
- java.lang.Object
-
- org.bidib.jbidibc.decoderdetection.DecoderDetectionFactory
-
public class DecoderDetectionFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringXSD_LOCATIONstatic StringXSD_LOCATION_COMMON_TYPES
-
Constructor Summary
Constructors Constructor Description DecoderDetectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetDecoderDetectionFileName()DecoderDetectionloadDecoderDetection(String filePath)DecoderDetectionparseDecoderDetection(String content)
-
-
-
Field Detail
-
XSD_LOCATION
public static final String XSD_LOCATION
- See Also:
- Constant Field Values
-
XSD_LOCATION_COMMON_TYPES
public static final String XSD_LOCATION_COMMON_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
parseDecoderDetection
public DecoderDetection parseDecoderDetection(String content)
-
loadDecoderDetection
public DecoderDetection loadDecoderDetection(String filePath)
-
getDecoderDetectionFileName
protected String getDecoderDetectionFileName()
-
-