Class StandardizerActionFactory.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • add

        public void add​(URL url)
                 throws IOException
        Adds an input stream containing standardizer specifications to be stored by the output factory
        Parameters:
        url - a URL of an entity containing standardizer specification
        Throws:
        IOException
      • add

        public void add​(InputStream inputStream)
        Adds an input stream containing standardizer specifications to be stored by the output factory
        Parameters:
        inputStream - an input stream containing standardizer specifications
      • add

        public void add​(Properties properties)
        Adds a property map containing properties of standardizer actions to be stored by the output factory
        Parameters:
        properties - an input stream containing properties of standardizer actions