Class GitRemoteInfoConsumer
java.lang.Object
org.apache.maven.scm.provider.git.gitexe.command.remoteinfo.GitRemoteInfoConsumer
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
public class GitRemoteInfoConsumer
extends Object
implements org.codehaus.plexus.util.cli.StreamConsumer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Pattern
The pattern used to match branchesprivate ScmLogger
private RemoteInfoScmResult
private static final Pattern
The pattern used to match tags -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BRANCH_PATTERN
The pattern used to match branches -
TAGS_PATTERN
The pattern used to match tags -
logger
-
remoteInfoScmResult
-
-
Constructor Details
-
GitRemoteInfoConsumer
-
-
Method Details
-
consumeLine
- Specified by:
consumeLine
in interfaceorg.codehaus.plexus.util.cli.StreamConsumer
-
getRemoteInfoScmResult
-