Class InputStreamDatabaseConnection.Par

    • Field Detail

      • STREAM_ID

        public static final OptionID STREAM_ID
        Input stream to read.

        Note that this parameter is not used by the subclass FileBasedDatabaseConnection. It is mostly useful with the Parameterization API from java.

      • instream

        protected java.io.InputStream instream
        Input stream.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(Parameterization config)
        Description copied from interface: Parameterizer
        Configure the class.

        Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.

        Parameters:
        config - Parameterization
      • make

        public InputStreamDatabaseConnection make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Returns:
        a new instance