|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ice.cvsc.CVSIgnore
Field Summary | |
static java.lang.String |
RCS_ID
|
static java.lang.String |
RCS_REV
|
Constructor Summary | |
CVSIgnore()
Constructs a new CVSIgnore object. |
|
CVSIgnore(java.lang.String default_spec)
Constructs a new CVSIgnore object, setting the ignore's list to that specified by the parameter. |
Method Summary | |
void |
addIgnoreFile(java.io.File ignoreFile)
Adds the cvsignore specifications from the file provided to the current list of ignored files. |
void |
addIgnoreSpec(java.lang.String spec)
Adds the cvsignore specifications to the current list of ignored files. |
void |
dumpIgnoreList(java.lang.String message)
|
boolean |
isFileToBeIgnored(java.lang.String name)
Determines if a file is to be ignored. |
void |
setIgnoreSpec(java.lang.String spec)
Replaces all current ignore specs with those passed in. |
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String RCS_ID
public static final java.lang.String RCS_REV
Constructor Detail |
public CVSIgnore()
public CVSIgnore(java.lang.String default_spec)
default_spec
- The default ignore specs.Method Detail |
public int size()
public void addIgnoreSpec(java.lang.String spec)
spec
- The string listing the specs to add.public void addIgnoreFile(java.io.File ignoreFile)
ignoreFile
- The file containing the ignore specs.public void setIgnoreSpec(java.lang.String spec)
spec
- The string listing the specs to replace with.public boolean isFileToBeIgnored(java.lang.String name)
name
- The name of the file to check.
public void dumpIgnoreList(java.lang.String message)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |