Class XmpConfigFactory


  • public class XmpConfigFactory
    extends java.lang.Object
    • Constructor Detail

      • XmpConfigFactory

        public XmpConfigFactory​(java.lang.String configFile)
                         throws java.io.IOException

        Constructor for XmpConfigFactory.

        Parameters:
        configFile - a String object.
        Throws:
        java.io.IOException - if any.
      • XmpConfigFactory

        public XmpConfigFactory​(java.io.Reader rdr)
                         throws java.io.IOException

        Constructor for XmpConfigFactory.

        Parameters:
        rdr - a Reader object.
        Throws:
        java.io.IOException - if any.
    • Method Detail

      • init

        public static void init()
                         throws java.io.IOException,
                                java.io.FileNotFoundException

        init

        Throws:
        java.io.IOException - if any.
        java.io.FileNotFoundException - if any.
      • getXmpConfig

        public XmpConfig getXmpConfig()

        getXmpConfig

        Returns:
        a XmpConfig object.