Class GitRemoteInfoConsumer

java.lang.Object
org.apache.maven.scm.util.AbstractConsumer
org.apache.maven.scm.provider.git.gitexe.command.remoteinfo.GitRemoteInfoConsumer
All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer

public class GitRemoteInfoConsumer extends AbstractConsumer
  • Field Details

    • BRANCH_PATTERN

      private static final Pattern BRANCH_PATTERN
      The pattern used to match branches.
    • TAGS_PATTERN

      private static final Pattern TAGS_PATTERN
      The pattern used to match tags.
    • remoteInfoScmResult

      private final RemoteInfoScmResult remoteInfoScmResult
  • Constructor Details

    • GitRemoteInfoConsumer

      public GitRemoteInfoConsumer(String commandLine)
  • Method Details

    • consumeLine

      public void consumeLine(String line)
    • getRemoteInfoScmResult

      public RemoteInfoScmResult getRemoteInfoScmResult()