Class AbstractDatabaseConnection.Par

    • Constructor Summary

      Constructors 
      Constructor Description
      Par()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void configFilters​(Parameterization config)
      Get the filters parameter
      protected void configParser​(Parameterization config, java.lang.Class<?> parserRestrictionClass, java.lang.Class<?> parserDefaultValueClass)
      Get the parser parameter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FILTERS_ID

        public static final OptionID FILTERS_ID
        Filters to apply to the input data.
      • PARSER_ID

        public static final OptionID PARSER_ID
        Parameter to specify the parser to provide a database.
      • filters

        protected java.util.List<? extends ObjectFilter> filters
        Filters
      • parser

        protected Parser parser
        Parser to use
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configFilters

        protected void configFilters​(Parameterization config)
        Get the filters parameter
        Parameters:
        config - Parameterization
      • configParser

        protected void configParser​(Parameterization config,
                                    java.lang.Class<?> parserRestrictionClass,
                                    java.lang.Class<?> parserDefaultValueClass)
        Get the parser parameter
        Parameters:
        config - Parameterization
        parserRestrictionClass - Restriction class
        parserDefaultValueClass - Default value