A B C D E G H I L M O P Q R S T V

A

AMPERSAND_ENTITY - Static variable in class org.apache.maven.changelog.ChangeLogEntry
Escaped & entity
APOSTROPHE_ENTITY - Static variable in class org.apache.maven.changelog.ChangeLogEntry
Escaped ' entity
AbstractChangeLogGenerator - class org.apache.maven.changelog.AbstractChangeLogGenerator.
An abstract implementation of the ChangeLog interface.
AbstractChangeLogGenerator() - Constructor for class org.apache.maven.changelog.AbstractChangeLogGenerator
 
AsyncStreamReader - class org.apache.maven.util.AsyncStreamReader.
A class to asynchronously read the provided InputStream and provide the output as a String
AsyncStreamReader(InputStream) - Constructor for class org.apache.maven.util.AsyncStreamReader
Create a reader to process the provided stream
addEntry() - Method in class org.apache.maven.mkslib.MksChangeLogParser
 
addFile(ChangeLogFile) - Method in class org.apache.maven.changelog.ChangeLogEntry
Adds a file to the list for this entry
addFile(String, String) - Method in class org.apache.maven.changelog.ChangeLogEntry
Adds a feature to the File attribute of the Entry object.

B

base - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
The working directory.

C

ChangeLog - class org.apache.maven.changelog.ChangeLog.
Change log task.
ChangeLog() - Constructor for class org.apache.maven.changelog.ChangeLog
 
ChangeLogEntry - class org.apache.maven.changelog.ChangeLogEntry.
Change Log Entry - holds details about revisions to a file.
ChangeLogEntry() - Constructor for class org.apache.maven.changelog.ChangeLogEntry
Constructor used when attributes aren't available until later
ChangeLogFactory - interface org.apache.maven.changelog.ChangeLogFactory.
An AbstractFactory interface for creating the required ChangeLogGenerator and ChangeLogParser pairs.
ChangeLogFile - class org.apache.maven.changelog.ChangeLogFile.
A set of information about revisions of a file as returned by CVS's log command
ChangeLogFile(String) - Constructor for class org.apache.maven.changelog.ChangeLogFile
Constructor for the ChangeLogFile object without all details available
ChangeLogFile(String, String) - Constructor for class org.apache.maven.changelog.ChangeLogFile
Constructor for the ChangeLogFile object
ChangeLogGenerator - interface org.apache.maven.changelog.ChangeLogGenerator.
Instances of ChangeLogGenerator are intended to provide an InputStream for a ChangeLogParser to parse into individual ChangeLogEntry objects.
ChangeLogParser - interface org.apache.maven.changelog.ChangeLogParser.
Instance of ChangeLogParser are intended to parse an InputStream created by a ChangeLogGenerator into individual ChangeLogEntry objects.
ChangeLogSet - class org.apache.maven.changelog.ChangeLogSet.
Change Log Set - holds details about a set of change log entries.
ChangeLogSet(Collection, String, String) - Constructor for class org.apache.maven.changelog.ChangeLogSet
Initializes a new instance of this class.
ClearcaseChangeLogFactory - class org.apache.maven.clearcaselib.ClearcaseChangeLogFactory.
Provides Clearcase specific instances of the ChangeLogGenerator and ChangeLogParser interfaces.
ClearcaseChangeLogFactory() - Constructor for class org.apache.maven.clearcaselib.ClearcaseChangeLogFactory
 
ClearcaseChangeLogGenerator - class org.apache.maven.clearcaselib.ClearcaseChangeLogGenerator.
A Clearcase implementation of the ChangeLogGenerator interface realized extending the AbstractChangeLogGenerator.
ClearcaseChangeLogGenerator() - Constructor for class org.apache.maven.clearcaselib.ClearcaseChangeLogGenerator
 
ClearcaseChangeLogParser - class org.apache.maven.clearcaselib.ClearcaseChangeLogParser.
Clearcase specific implementation of ChangeLogParser interface.
ClearcaseChangeLogParser() - Constructor for class org.apache.maven.clearcaselib.ClearcaseChangeLogParser
Create a new ChangeLogParser.
CvsChangeLogFactory - class org.apache.maven.cvslib.CvsChangeLogFactory.
Provides CVS specific instances of the ChangeLogGenerator and ChangeLogParser interfaces.
CvsChangeLogFactory() - Constructor for class org.apache.maven.cvslib.CvsChangeLogFactory
Default no-arg constructor.
CvsChangeLogGenerator - class org.apache.maven.cvslib.CvsChangeLogGenerator.
A CVS implementation of the ChangeLog interface.
CvsChangeLogGenerator() - Constructor for class org.apache.maven.cvslib.CvsChangeLogGenerator
 
CvsChangeLogParser - class org.apache.maven.cvslib.CvsChangeLogParser.
A class to parse cvs log output
CvsChangeLogParser() - Constructor for class org.apache.maven.cvslib.CvsChangeLogParser
Create a new ChangeLogParser.
CvsConnection - class org.apache.maven.cvslib.CvsConnection.
A Cvs connection that simulates a command line interface.
CvsConnection() - Constructor for class org.apache.maven.cvslib.CvsConnection
 
CvsLogListener - class org.apache.maven.cvslib.CvsLogListener.
A basic implementation of a CVS listener.
CvsLogListener() - Constructor for class org.apache.maven.cvslib.CvsLogListener
 
changeLogExecutor - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
Reference to the enclosing ChangeLog instance - used to obtain any necessary configuration information.
clParser - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
The parser that takes the log output and transforms it into a collection of ChangeLogEntry's.
cleanup() - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Clean up any generated resources for this run.
cleanup() - Method in interface org.apache.maven.changelog.ChangeLogGenerator
Provides the opportunity for the generator to do any required cleanup.
cleanup() - Method in interface org.apache.maven.changelog.ChangeLogParser
Provides the opportunity for the parser to do any required cleanup.
cleanup() - Method in class org.apache.maven.clearcaselib.ClearcaseChangeLogParser
Clean up any parser resources
cleanup() - Method in class org.apache.maven.cvslib.CvsChangeLogParser
Clean up any parser resources
cleanup() - Method in class org.apache.maven.mkslib.MksChangeLogParser
 
cleanup() - Method in class org.apache.maven.perforcelib.PerforceChangeLogParser
Clean up any parser resources.
cleanup() - Method in class org.apache.maven.starteamlib.StarteamChangeLogParser
Clean up any parser resources
cleanup() - Method in class org.apache.maven.svnlib.SvnChangeLogParser
Clean up any parser resources.
cleanup() - Method in class org.apache.maven.vsslib.VssChangeLogParser
Clean up any parser resources
commentFormat - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
The comment format string used in interrogating the RCS.
createGenerator() - Method in interface org.apache.maven.changelog.ChangeLogFactory
Create the ChangeLogGenerator that extracts data from an SCM to be parsed by an associated ChangeLogParser.
createGenerator() - Method in class org.apache.maven.clearcaselib.ClearcaseChangeLogFactory
 
createGenerator() - Method in class org.apache.maven.cvslib.CvsChangeLogFactory
Create a CVS specific ChangeLogGenerator.
createGenerator() - Method in class org.apache.maven.mkslib.MksChangeLogFactory
Create a MKS specific ChangeLogGenerator.
createGenerator() - Method in class org.apache.maven.perforcelib.PerforceChangeLogFactory
Create a Perforce specific ChangeLogGenerator.
createGenerator() - Method in class org.apache.maven.starteamlib.StarteamChangeLogFactory
Create a Starteam specific ChangeLogGenerator.
createGenerator() - Method in class org.apache.maven.svnlib.SvnChangeLogFactory
Create a Subversion specific ChangeLogGenerator.
createGenerator() - Method in class org.apache.maven.vsslib.VssChangeLogFactory
Create a VSS specific ChangeLogGenerator.
createParser() - Method in interface org.apache.maven.changelog.ChangeLogFactory
Create the ChangeLogParser that consumes the output from the ChangeLogGenerator to produce the set of ChangeLogEntry objects.
createParser() - Method in class org.apache.maven.clearcaselib.ClearcaseChangeLogFactory
 
createParser() - Method in class org.apache.maven.cvslib.CvsChangeLogFactory
Create a CVS specific ChangeLogParser.
createParser() - Method in class org.apache.maven.mkslib.MksChangeLogFactory
Create a MKS specific ChangeLogParser.
createParser() - Method in class org.apache.maven.perforcelib.PerforceChangeLogFactory
Create a Perforce specific ChangeLogParser.
createParser() - Method in class org.apache.maven.starteamlib.StarteamChangeLogFactory
Create a Starteam specific ChangeLogParser.
createParser() - Method in class org.apache.maven.svnlib.SvnChangeLogFactory
Create a Subversion specific ChangeLogParser.
createParser() - Method in class org.apache.maven.vsslib.VssChangeLogFactory
Create a VSS specific ChangeLogParser.

D

dateRange - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
The date range command line argument.
doExecute() - Method in class org.apache.maven.changelog.ChangeLog
Execute task.

E

entries - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
The collection of ChangeLogEntry's returned from clParser.
errorReader - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
Stderr stream eater.
escapeValue(Object) - Static method in class org.apache.maven.changelog.ChangeLogEntry
Escape the toString of the given object.
executeCommand(Command) - Method in class org.apache.maven.cvslib.CvsConnection
Execute a configured CVS command

G

GREATER_THAN_ENTITY - Static variable in class org.apache.maven.changelog.ChangeLogEntry
Escaped > entity
getAuthor() - Method in class org.apache.maven.changelog.ChangeLogEntry
Getter for property author.
getBasedir() - Method in class org.apache.maven.changelog.ChangeLog
Get the base directory for the change log generator.
getChangeSets() - Method in class org.apache.maven.changelog.ChangeLog
Gets the collection of change sets.
getComment() - Method in class org.apache.maven.changelog.ChangeLogEntry
Getter for property comment.
getCommentFormat() - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Returns the commentFormat used to interrogate the RCS.
getCommentFormat() - Method in class org.apache.maven.changelog.ChangeLog
Returns the commentFormat used to interrogate the RCS.
getConnection() - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Returns the connection.
getDate() - Method in class org.apache.maven.changelog.ChangeLog
Get the date to start the log from.
getDate() - Method in class org.apache.maven.changelog.ChangeLogEntry
Getter for property date.
getDateFormat() - Method in class org.apache.maven.changelog.ChangeLog
Get the date format of log entries to process; the interpretation of this parameter depends on the generator.
getDateFormatted() - Method in class org.apache.maven.changelog.ChangeLogEntry
 
getDevelopers() - Method in class org.apache.maven.changelog.ChangeLog
Returns the developers.
getEnd() - Method in class org.apache.maven.changelog.ChangeLogSet
Returns the end date/tag for this set.
getEntries(ChangeLogParser) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Execute scm client driving the given parser.
getEntries(ChangeLogParser) - Method in interface org.apache.maven.changelog.ChangeLogGenerator
Return a Collection of ChangeLogEntry objects.
getEntries() - Method in class org.apache.maven.changelog.ChangeLogSet
Returns the collection of entries for this set.
getEntries(ChangeLogParser) - Method in class org.apache.maven.cvslib.CvsChangeLogGenerator
Execute cvslib client driving the given parser.
getEntries(ChangeLogParser) - Method in class org.apache.maven.vsslib.VssChangeLogGenerator
Execute vss client driving the given parser.
getLogEnd() - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
 
getLogEnd() - Method in interface org.apache.maven.changelog.ChangeLogGenerator
Return a string indicating the end of the entries.
getLogStart() - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
 
getLogStart() - Method in interface org.apache.maven.changelog.ChangeLogGenerator
Return a string indicating the start of the entries.
getMarkerEnd() - Method in class org.apache.maven.changelog.ChangeLog
Returns the marker (date or tag) for the end of the current change set.
getMarkerStart() - Method in class org.apache.maven.changelog.ChangeLog
Returns the marker (date or tag) for the start of the current change set.
getName() - Method in class org.apache.maven.changelog.ChangeLogFile
Gets the name attribute of the ChangeLogFile object.
getOutputEncoding() - Method in class org.apache.maven.changelog.ChangeLog
Returns the outputEncoding.
getQuoteDate() - Method in class org.apache.maven.changelog.ChangeLog
Get the quoteDate property.
getQuoteDate() - Method in class org.apache.maven.cvslib.CvsChangeLogGenerator
Get the quoteDate property.
getRange() - Method in class org.apache.maven.changelog.ChangeLog
Get the range of log entries to process; the interpretation of the range depends on the generator implementation.
getRepositoryConnection() - Method in class org.apache.maven.changelog.ChangeLog
Return connection string declared in project.xml
getRevision() - Method in class org.apache.maven.changelog.ChangeLogFile
Gets the revision attribute of the ChangeLogFile object.
getSCMConnectionSeparator(String) - Static method in class org.apache.maven.util.RepositoryUtils
Get the separator used in an SCM string
getScmDateArgument(Date, Date) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Construct the command-line argument that is passed to the scm client to specify the appropriate date range.
getScmDateArgument(Date, Date) - Method in class org.apache.maven.clearcaselib.ClearcaseChangeLogGenerator
Construct the command-line argument that is passed to the scm client to specify the appropriate date range.
getScmDateArgument(Date, Date) - Method in class org.apache.maven.cvslib.CvsChangeLogGenerator
Construct the CVS command-line argument that is used to specify the appropriate date range.
getScmDateArgument(Date, Date) - Method in class org.apache.maven.mkslib.MksChangeLogGenerator
Construct the MKS command-line argument that is used to specify the appropriate date range.
getScmDateArgument(Date, Date) - Method in class org.apache.maven.perforcelib.PerforceChangeLogGenerator
The Perforce filelog doesn't support a revision, i.e.
getScmDateArgument(Date, Date) - Method in class org.apache.maven.starteamlib.StarteamChangeLogGenerator
Construct the Starteam command-line argument that is used to specify the appropriate date range.
getScmDateArgument(Date, Date) - Method in class org.apache.maven.svnlib.SvnChangeLogGenerator
Construct the svn command-line argument that is used to specify the appropriate date range.
getScmDateArgument(Date, Date) - Method in class org.apache.maven.vsslib.VssChangeLogGenerator
Construct the command-line argument that is passed to the scm client to specify the appropriate date range.
getScmLogCommand() - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Constructs the appropriate command line to execute the scm's log command.
getScmLogCommand() - Method in class org.apache.maven.clearcaselib.ClearcaseChangeLogGenerator
Constructs the appropriate command line to execute the scm's log command.
getScmLogCommand() - Method in class org.apache.maven.cvslib.CvsChangeLogGenerator
 
getScmLogCommand() - Method in class org.apache.maven.mkslib.MksChangeLogGenerator
 
getScmLogCommand() - Method in class org.apache.maven.perforcelib.PerforceChangeLogGenerator
Constructs the appropriate command line to execute the perforce log command whose output is then later parsed.
getScmLogCommand() - Method in class org.apache.maven.starteamlib.StarteamChangeLogGenerator
Constructs the appropriate command line to execute the starteam log command whose output is then later parsed.
getScmLogCommand() - Method in class org.apache.maven.svnlib.SvnChangeLogGenerator
Constructs the appropriate command line to execute the subversion log command whose output is then later parsed.
getScmLogCommand() - Method in class org.apache.maven.vsslib.VssChangeLogGenerator
Constructs the appropriate command line to execute the scm's log command.
getScmTagArgument(String, String) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Construct the command-line argument that is passed to the scm client to specify the appropriate tag.
getScmTagArgument(String, String) - Method in class org.apache.maven.clearcaselib.ClearcaseChangeLogGenerator
 
getScmTagArgument(String, String) - Method in class org.apache.maven.cvslib.CvsChangeLogGenerator
 
getScmTagArgument(String, String) - Method in class org.apache.maven.mkslib.MksChangeLogGenerator
Currently always returns null.
getScmTagArgument(String, String) - Method in class org.apache.maven.perforcelib.PerforceChangeLogGenerator
 
getScmTagArgument(String, String) - Method in class org.apache.maven.starteamlib.StarteamChangeLogGenerator
 
getScmTagArgument(String, String) - Method in class org.apache.maven.svnlib.SvnChangeLogGenerator
 
getScmTagArgument(String, String) - Method in class org.apache.maven.vsslib.VssChangeLogGenerator
 
getStart() - Method in class org.apache.maven.changelog.ChangeLogSet
Returns the start date/tag for this set.
getStdout() - Method in class org.apache.maven.cvslib.CvsLogListener
 
getTag() - Method in class org.apache.maven.changelog.ChangeLog
Get the tag to start the log from.
getTimeFormatted() - Method in class org.apache.maven.changelog.ChangeLogEntry
 
getType() - Method in class org.apache.maven.changelog.ChangeLog
Get the type of log to generate (range, date, or tag).
getVssDir() - Method in class org.apache.maven.vsslib.VssConnection
Get the vss directory
getVssProject() - Method in class org.apache.maven.vsslib.VssConnection
Get the vss project
getVssUserInf() - Method in class org.apache.maven.vsslib.VssConnection
Get the vss user information

H

handleParserException(IOException) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Handle ChangeLogParser IOExceptions.
handleParserException(IOException) - Method in class org.apache.maven.cvslib.CvsChangeLogGenerator
Handle ChangeLogParser IOExceptions.
handleParserException(IOException) - Method in class org.apache.maven.perforcelib.PerforceChangeLogGenerator
Handle ChangeLogParser IOExceptions.
handleParserException(IOException) - Method in class org.apache.maven.starteamlib.StarteamChangeLogGenerator
Handle ChangeLogParser IOExceptions.
handleParserException(IOException) - Method in class org.apache.maven.svnlib.SvnChangeLogGenerator
Handle ChangeLogParser IOExceptions.

I

in - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
The scm process input stream.
init(ChangeLog) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Initialize the generator from the changelog controller.
init(ChangeLog) - Method in interface org.apache.maven.changelog.ChangeLogGenerator
Initialize the ChangeLogGenerator instance with in the controlling ChangeLog instance.
init(ChangeLog) - Method in interface org.apache.maven.changelog.ChangeLogParser
Initialize the ChangeLogParser instance with the controlling ChangeLog instance.
init(ChangeLog) - Method in class org.apache.maven.clearcaselib.ClearcaseChangeLogParser
initialize the parser from the change log
init(ChangeLog) - Method in class org.apache.maven.cvslib.CvsChangeLogGenerator
Initialize the generator from the changelog controller.
init(ChangeLog) - Method in class org.apache.maven.cvslib.CvsChangeLogParser
initialize the parser from the change log
init(ChangeLog) - Method in class org.apache.maven.mkslib.MksChangeLogParser
 
init(ChangeLog) - Method in class org.apache.maven.perforcelib.PerforceChangeLogParser
Initialize the parser from the change log.
init(ChangeLog) - Method in class org.apache.maven.starteamlib.StarteamChangeLogParser
initialize the parser from the change log
init(ChangeLog) - Method in class org.apache.maven.svnlib.SvnChangeLogParser
Initialize the parser from the change log.
init(ChangeLog) - Method in class org.apache.maven.vsslib.VssChangeLogParser
initialize the parser from the change log

L

LESS_THAN_ENTITY - Static variable in class org.apache.maven.changelog.ChangeLogEntry
Escaped < entity
logEnd - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
Represents when this log ends (for the report).
logExecute(Execute, File) - Static method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Logs the pertinent details to the logging system (info level)
logStart - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
Represents when this log starts (for the report).

M

MksChangeLogFactory - class org.apache.maven.mkslib.MksChangeLogFactory.
Provides mks ChangeLogGenerator and ChangeLogParser.
MksChangeLogFactory() - Constructor for class org.apache.maven.mkslib.MksChangeLogFactory
 
MksChangeLogGenerator - class org.apache.maven.mkslib.MksChangeLogGenerator.
A log-generator for the mks commandline tool.
MksChangeLogGenerator() - Constructor for class org.apache.maven.mkslib.MksChangeLogGenerator
 
MksChangeLogParser - class org.apache.maven.mkslib.MksChangeLogParser.
This class parse mks log output.
MksChangeLogParser() - Constructor for class org.apache.maven.mkslib.MksChangeLogParser
 
messageSent(MessageEvent) - Method in class org.apache.maven.cvslib.CvsLogListener
Called when the server wants to send a message to be displayed to the user.

O

okToConsume(String) - Method in class org.apache.maven.util.AsyncStreamReader
Indicate if its ok to consume (add to the buffer) this line.
org.apache.maven.changelog - package org.apache.maven.changelog
 
org.apache.maven.clearcaselib - package org.apache.maven.clearcaselib
 
org.apache.maven.cvslib - package org.apache.maven.cvslib
 
org.apache.maven.mkslib - package org.apache.maven.mkslib
 
org.apache.maven.perforcelib - package org.apache.maven.perforcelib
 
org.apache.maven.starteamlib - package org.apache.maven.starteamlib
 
org.apache.maven.svnlib - package org.apache.maven.svnlib
 
org.apache.maven.util - package org.apache.maven.util
 
org.apache.maven.vsslib - package org.apache.maven.vsslib
 

P

POS_SCM - Static variable in class org.apache.maven.cvslib.CvsChangeLogGenerator
 
POS_SCM_MODULE - Static variable in class org.apache.maven.cvslib.CvsChangeLogGenerator
 
POS_SCM_PATH - Static variable in class org.apache.maven.cvslib.CvsChangeLogGenerator
 
POS_SCM_SUBTYPE - Static variable in class org.apache.maven.cvslib.CvsChangeLogGenerator
 
POS_SCM_TYPE - Static variable in class org.apache.maven.cvslib.CvsChangeLogGenerator
 
POS_SCM_USERHOST - Static variable in class org.apache.maven.cvslib.CvsChangeLogGenerator
 
PerforceChangeLogFactory - class org.apache.maven.perforcelib.PerforceChangeLogFactory.
Provides Perforce specific instances of the ChangeLogGenerator and ChangeLogParser interfaces.
PerforceChangeLogFactory() - Constructor for class org.apache.maven.perforcelib.PerforceChangeLogFactory
Default no-arg constructor.
PerforceChangeLogGenerator - class org.apache.maven.perforcelib.PerforceChangeLogGenerator.
A Perforce implementation of the ChangeLog interface.
PerforceChangeLogGenerator() - Constructor for class org.apache.maven.perforcelib.PerforceChangeLogGenerator
 
PerforceChangeLogParser - class org.apache.maven.perforcelib.PerforceChangeLogParser.
A class to parse the log output from the Perforce 'filelog' command.
PerforceChangeLogParser() - Constructor for class org.apache.maven.perforcelib.PerforceChangeLogParser
Default constructor.
parse(InputStream) - Method in interface org.apache.maven.changelog.ChangeLogParser
Returns a Collection of ChangeLogEntry objects, parsed from the InputStream.
parse(InputStream) - Method in class org.apache.maven.clearcaselib.ClearcaseChangeLogParser
Parse the input stream into a collection.
parse(InputStream) - Method in class org.apache.maven.cvslib.CvsChangeLogParser
Parse the input stream into a collection.
parse(InputStream) - Method in class org.apache.maven.mkslib.MksChangeLogParser
 
parse(InputStream) - Method in class org.apache.maven.perforcelib.PerforceChangeLogParser
Parse the input stream into a collection of entries
parse(InputStream) - Method in class org.apache.maven.starteamlib.StarteamChangeLogParser
Parse the input stream into a collection.
parse(InputStream) - Method in class org.apache.maven.svnlib.SvnChangeLogParser
Parse the input stream into a collection.
parse(InputStream) - Method in class org.apache.maven.vsslib.VssChangeLogParser
Parse the input stream into a collection.
processCommand(String[], String, CVSListener) - Static method in class org.apache.maven.cvslib.CvsConnection
Process the CVS command passed in args[] array with all necessary options.
processGetEntryComment(String) - Method in class org.apache.maven.mkslib.MksChangeLogParser
 
processGetEntryInfo(String) - Method in class org.apache.maven.mkslib.MksChangeLogParser
 
processGetFileName(String) - Method in class org.apache.maven.mkslib.MksChangeLogParser
 
processGetFileRevision(String) - Method in class org.apache.maven.mkslib.MksChangeLogParser
 
processWaitForEntryRevision(String) - Method in class org.apache.maven.mkslib.MksChangeLogParser
 

Q

QUOTE_ENTITY - Static variable in class org.apache.maven.changelog.ChangeLogEntry
Escaped " entity

R

RepositoryUtils - class org.apache.maven.util.RepositoryUtils.
NOTE: This is very CVS specific, but I would like to try additional SCM package like subversion ASAP.
RepositoryUtils() - Constructor for class org.apache.maven.util.RepositoryUtils
 
run() - Method in class org.apache.maven.util.AsyncStreamReader
Read lines from the input stream provided, appending to a buffer for retrieval via the toString() method

S

StarteamChangeLogFactory - class org.apache.maven.starteamlib.StarteamChangeLogFactory.
Provides Starteam specific instances of the ChangeLogGenerator and ChangeLogParser interfaces.
StarteamChangeLogFactory() - Constructor for class org.apache.maven.starteamlib.StarteamChangeLogFactory
Default no-arg constructor.
StarteamChangeLogGenerator - class org.apache.maven.starteamlib.StarteamChangeLogGenerator.
A Starteam implementation of the ChangeLog interface.
StarteamChangeLogGenerator() - Constructor for class org.apache.maven.starteamlib.StarteamChangeLogGenerator
 
StarteamChangeLogParser - class org.apache.maven.starteamlib.StarteamChangeLogParser.
A class to parse starteam log output
StarteamChangeLogParser() - Constructor for class org.apache.maven.starteamlib.StarteamChangeLogParser
Create a new ChangeLogParser.
SvnChangeLogFactory - class org.apache.maven.svnlib.SvnChangeLogFactory.
Provides Subversion specific instances of the ChangeLogGenerator and ChangeLogParser interfaces.
SvnChangeLogFactory() - Constructor for class org.apache.maven.svnlib.SvnChangeLogFactory
Default no-arg constructor.
SvnChangeLogGenerator - class org.apache.maven.svnlib.SvnChangeLogGenerator.
A Subversion implementation of the ChangeLog interface.
SvnChangeLogGenerator() - Constructor for class org.apache.maven.svnlib.SvnChangeLogGenerator
 
SvnChangeLogParser - class org.apache.maven.svnlib.SvnChangeLogParser.
A class to parse the log output from Subversion.
SvnChangeLogParser() - Constructor for class org.apache.maven.svnlib.SvnChangeLogParser
Default constructor.
setAuthor(String) - Method in class org.apache.maven.changelog.ChangeLogEntry
Setter for property author.
setBasedir(File) - Method in class org.apache.maven.changelog.ChangeLog
Set the base directory for the change log generator.
setChangeSets(Collection) - Method in class org.apache.maven.changelog.ChangeLog
Sets the collection of change sets.
setComment(String) - Method in class org.apache.maven.changelog.ChangeLogEntry
Setter for property comment.
setCommentFormat(String) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Sets the commentFormat.
setCommentFormat(String) - Method in class org.apache.maven.changelog.ChangeLog
Sets the commentFormat.
setConnection(String) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Sets the connection.
setDate(String) - Method in class org.apache.maven.changelog.ChangeLog
Set the date to start the log from.
setDate(Date) - Method in class org.apache.maven.changelog.ChangeLogEntry
Setter for property date.
setDateFormat(String) - Method in class org.apache.maven.changelog.ChangeLog
Set the date format of log entries to process; the interpretation of this parameter depends on the generator.
setDateFormatInFile(String) - Method in interface org.apache.maven.changelog.ChangeLogParser
Set the date formatter for parse starteam stream
setDateFormatInFile(String) - Method in class org.apache.maven.clearcaselib.ClearcaseChangeLogParser
 
setDateFormatInFile(String) - Method in class org.apache.maven.cvslib.CvsChangeLogParser
 
setDateFormatInFile(String) - Method in class org.apache.maven.mkslib.MksChangeLogParser
 
setDateFormatInFile(String) - Method in class org.apache.maven.perforcelib.PerforceChangeLogParser
 
setDateFormatInFile(String) - Method in class org.apache.maven.starteamlib.StarteamChangeLogParser
Set the date formatter for parse starteam stream
setDateFormatInFile(String) - Method in class org.apache.maven.svnlib.SvnChangeLogParser
 
setDateFormatInFile(String) - Method in class org.apache.maven.vsslib.VssChangeLogParser
Defined in ChangeLogParser interface
setDateRange(String) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Set the dateRange member based on the number of days obtained from the ChangeLog.
setDateRange(String) - Method in class org.apache.maven.vsslib.VssChangeLogGenerator
Convert date range from 'number of days' format to 'date to date' format
setDateRangeFromAbsoluteDate(String, String) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Set the dateRange member based on an absolute date.
setDevelopers(List) - Method in class org.apache.maven.changelog.ChangeLog
Sets the developers.
setFactory(String) - Method in class org.apache.maven.changelog.ChangeLog
Set the ChangeLogFactory class name.
setGlobalOptions(GlobalOptions) - Method in class org.apache.maven.cvslib.CvsConnection
 
setLocalPath(String) - Method in class org.apache.maven.cvslib.CvsConnection
 
setLogEnd(Date) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Sets the log end string based on the given date.
setLogStart(Date) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Sets the log start string based on the given date.
setMarkerEnd(String) - Method in class org.apache.maven.changelog.ChangeLog
Sets the marker (date or tag) for the end of the current change set.
setMarkerStart(String) - Method in class org.apache.maven.changelog.ChangeLog
Sets the marker (date or tag) for the start of the current change set.
setName(String) - Method in class org.apache.maven.changelog.ChangeLogFile
Setter for property name.
setOutput(File) - Method in class org.apache.maven.changelog.ChangeLog
Set the output file for the log.
setOutputEncoding(String) - Method in class org.apache.maven.changelog.ChangeLog
Sets the outputEncoding.
setProcessErrorStream(InputStream) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Set the error stream for reading from scm log.
setProcessErrorStream(InputStream) - Method in class org.apache.maven.cvslib.CvsChangeLogGenerator
Set the error stream for reading from cvs log.
setProcessInputStream(OutputStream) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Set the input stream for the scm process.
setProcessOutputStream(InputStream) - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Set the input stream used to read from scm log.
setQuoteDate(boolean) - Method in class org.apache.maven.changelog.ChangeLog
Set the quoteDate property.
setQuoteDate(boolean) - Method in class org.apache.maven.cvslib.CvsChangeLogGenerator
Set the quoteDate property.
setRange(String) - Method in class org.apache.maven.changelog.ChangeLog
Set the range of log entries to process; the interpretation of this parameter depends on the generator.
setRepository(String) - Method in class org.apache.maven.cvslib.CvsConnection
 
setRepositoryConnection(String) - Method in class org.apache.maven.changelog.ChangeLog
Change SCM connection string
setRevision(String) - Method in class org.apache.maven.changelog.ChangeLogFile
Setter for property revision.
setTag(String) - Method in class org.apache.maven.changelog.ChangeLog
Set the tag to start the log from.
setTestMode(boolean) - Method in class org.apache.maven.starteamlib.StarteamChangeLogParser
Use only with StarteamChangeLogParserTest class
setType(String) - Method in class org.apache.maven.changelog.ChangeLog
Set the type of log to generate (range, date, or tag).
splitSCMConnection(String) - Static method in class org.apache.maven.util.RepositoryUtils
Splits an SCM string into parts
start() - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Start read from the scm log.
stop() - Method in class org.apache.maven.changelog.AbstractChangeLogGenerator
Stop the process - currently unimplemented

T

tag - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
The tag command line argument.
toString() - Method in class org.apache.maven.changelog.ChangeLogEntry
 
toString() - Method in class org.apache.maven.changelog.ChangeLogFile
Provide a version of the object as a string for debugging purposes
toString() - Method in class org.apache.maven.util.AsyncStreamReader
 
toXML() - Method in class org.apache.maven.changelog.ChangeLogEntry
Provide the changelog entry as an XML snippet.
toXML() - Method in class org.apache.maven.changelog.ChangeLogSet
Creates an XML representation of this change log set.
tokenizerToArray(EnhancedStringTokenizer) - Static method in class org.apache.maven.util.RepositoryUtils
Converts a tokenizer to an array of strings FIXME: This should be in a string util class
type - Variable in class org.apache.maven.changelog.AbstractChangeLogGenerator
The log type (range, date, or tag).

V

VssChangeLogFactory - class org.apache.maven.vsslib.VssChangeLogFactory.
Provides VSS specific instances of the ChangeLogGenerator and ChangeLogParser interfaces.
VssChangeLogFactory() - Constructor for class org.apache.maven.vsslib.VssChangeLogFactory
Default no-arg constructor.
VssChangeLogGenerator - class org.apache.maven.vsslib.VssChangeLogGenerator.
A Visual Source Safe implementation of the ChangeLogGeneratorinterface realized extending the AbstractChangeLogGenerator.
VssChangeLogGenerator() - Constructor for class org.apache.maven.vsslib.VssChangeLogGenerator
 
VssChangeLogParser - class org.apache.maven.vsslib.VssChangeLogParser.
Visual Source Safe specific implementation of ChangeLogParser interface.
VssChangeLogParser() - Constructor for class org.apache.maven.vsslib.VssChangeLogParser
Create a new ChangeLogParser.
VssConnection - class org.apache.maven.vsslib.VssConnection.
Bean representation of the vss connection string
VssConnection(String) - Constructor for class org.apache.maven.vsslib.VssConnection
Create a new VssConnection objet according to the provided vss connection string.

A B C D E G H I L M O P Q R S T V

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