Class PropertiesBasedArchiveConnection

    • Constructor Detail

      • PropertiesBasedArchiveConnection

        public PropertiesBasedArchiveConnection​(java.io.InputStream configuration)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • PropertiesBasedArchiveConnection

        public PropertiesBasedArchiveConnection​(java.util.Map<java.lang.String,​java.lang.String> configuration)
      • PropertiesBasedArchiveConnection

        public PropertiesBasedArchiveConnection​(java.util.Properties configuration)
                                         throws java.io.IOException
        Initialize from properties.
        Parameters:
        configuration - the properties to initialize from
        Throws:
        java.io.IOException - when an I/O error occurs
        Since:
        11.1.0