Class FileConsumer
- java.lang.Object
-
- org.apache.maven.scm.provider.accurev.cli.FileConsumer
-
- All Implemented Interfaces:
org.codehaus.plexus.util.cli.StreamConsumer
class FileConsumer extends java.lang.Object implements org.codehaus.plexus.util.cli.StreamConsumer
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.regex.Pattern
ADD_PATTERN
static java.util.regex.Pattern
DEFUNCT_PATTERN
TODO - The removed files are relative to the workspace top, not the basedir of the filesetprivate java.util.regex.Pattern
filePattern
private java.util.List<java.io.File>
matchedFiles
static java.util.regex.Pattern
POPULATE_PATTERN
static java.util.regex.Pattern
PROMOTE_PATTERN
static java.util.regex.Pattern
STAT_PATTERN
static java.util.regex.Pattern
UPDATE_PATTERN
-
Constructor Summary
Constructors Constructor Description FileConsumer(java.util.List<java.io.File> matchedFilesAccumulator, java.util.regex.Pattern filematcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
consumeLine(java.lang.String line)
-
-
-
Field Detail
-
filePattern
private java.util.regex.Pattern filePattern
-
matchedFiles
private java.util.List<java.io.File> matchedFiles
-
ADD_PATTERN
public static final java.util.regex.Pattern ADD_PATTERN
-
UPDATE_PATTERN
public static final java.util.regex.Pattern UPDATE_PATTERN
-
POPULATE_PATTERN
public static final java.util.regex.Pattern POPULATE_PATTERN
-
PROMOTE_PATTERN
public static final java.util.regex.Pattern PROMOTE_PATTERN
-
STAT_PATTERN
public static final java.util.regex.Pattern STAT_PATTERN
-
DEFUNCT_PATTERN
public static final java.util.regex.Pattern DEFUNCT_PATTERN
TODO - The removed files are relative to the workspace top, not the basedir of the fileset
-
-