Class AbstractRepositoryConsumer

    • Constructor Detail

      • AbstractRepositoryConsumer

        public AbstractRepositoryConsumer​(ScmProviderRepository repository,
                                          ScmLogger logger)
        AbstractRepositoryConsumer constructor.
        Parameters:
        logger - The logger to use in the consumer
    • Method Detail

      • setRepository

        public void setRepository​(ScmProviderRepository repository)
        Parameters:
        repository - The repository to set.
      • isFed

        public boolean isFed()
        Returns:
        The fed.
      • setFed

        public void setFed​(boolean fed)
        Parameters:
        fed - The fed to set.
      • consumeLine

        public void consumeLine​(java.lang.String line)
        Process one line of output from the execution of the "scm xxxx" command.
        Parameters:
        line - The line of output from the external command that has been pumped to us.
        See Also:
        StreamConsumer.consumeLine(java.lang.String)