org.apache.maven.clearcaselib
Class ClearcaseChangeLogFactory

java.lang.Object
  extended byorg.apache.maven.clearcaselib.ClearcaseChangeLogFactory
All Implemented Interfaces:
ChangeLogFactory

public class ClearcaseChangeLogFactory
extends Object
implements ChangeLogFactory

Provides Clearcase specific instances of the ChangeLogGenerator and ChangeLogParser interfaces.

Author:
Simone Zorzetti

Constructor Summary
ClearcaseChangeLogFactory()
           
 
Method Summary
 ChangeLogGenerator createGenerator()
          Create the ChangeLogGenerator that extracts data from an SCM to be parsed by an associated ChangeLogParser.
 ChangeLogParser createParser()
          Create the ChangeLogParser that consumes the output from the ChangeLogGenerator to produce the set of ChangeLogEntry objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearcaseChangeLogFactory

public ClearcaseChangeLogFactory()
Method Detail

createGenerator

public ChangeLogGenerator createGenerator()
Description copied from interface: ChangeLogFactory
Create the ChangeLogGenerator that extracts data from an SCM to be parsed by an associated ChangeLogParser.

Specified by:
createGenerator in interface ChangeLogFactory
Returns:
The ChangeLogGenerator for a particular SCM.

createParser

public ChangeLogParser createParser()
Description copied from interface: ChangeLogFactory
Create the ChangeLogParser that consumes the output from the ChangeLogGenerator to produce the set of ChangeLogEntry objects.

Specified by:
createParser in interface ChangeLogFactory
Returns:
The ChangeLogParser for a particular SCM.


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.