Uses of Class
org.apache.maven.scm.provider.jazz.command.consumer.AbstractRepositoryConsumer
-
-
Uses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.add
Subclasses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.add Modifier and Type Class Description class
JazzAddConsumer
Consume the output of the scm command for the "add" operation. -
Uses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.blame
Subclasses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.blame Modifier and Type Class Description class
JazzBlameConsumer
Consume the output of the scm command for the "blame" operation. -
Uses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.changelog
Subclasses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.changelog Modifier and Type Class Description class
JazzHistoryConsumer
Consume the output of the scm command for the "history" operation.class
JazzListChangesetConsumer
Consume the output of the scm command for the "list changesets" operation. -
Uses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.checkin
Subclasses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.checkin Modifier and Type Class Description class
JazzCheckInConsumer
Consume the output of the scm command for the "checkin" operation. -
Uses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.checkout
Subclasses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.checkout Modifier and Type Class Description class
JazzCheckOutConsumer
Consume the output of the scm command for the "load" operation. -
Uses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.consumer
Subclasses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.consumer Modifier and Type Class Description class
DebugLoggerConsumer
This class exists only to consume output that is normally not needed, though it may be of interest when in debug mode. -
Uses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.list
Subclasses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.list Modifier and Type Class Description class
JazzListConsumer
Consume the output of the scm command for the "list" operation. -
Uses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.status
Subclasses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.status Modifier and Type Class Description class
JazzStatusConsumer
Consume the output of the scm command for the "status" operation. -
Uses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.update
Subclasses of AbstractRepositoryConsumer in org.apache.maven.scm.provider.jazz.command.update Modifier and Type Class Description class
JazzUpdateConsumer
Consume the output of the scm command for the "acept" operation.
-