|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidFileFormatException | |
---|---|
org.apache.commons.jrcs.rcs | JRCS is a library that knows how to manipulate the archive files produced by the RCS and CVS version control systems. |
Uses of InvalidFileFormatException in org.apache.commons.jrcs.rcs |
---|
Methods in org.apache.commons.jrcs.rcs that throw InvalidFileFormatException | |
---|---|
Version |
Archive.addRevision(java.lang.Object[] text,
java.lang.String log)
Add the given revision to the active branch on the archive. |
Version |
Archive.addRevision(java.lang.Object[] text,
java.lang.String vernum,
java.lang.String log)
Add the given revision to the the archive using the given version number. |
Version |
Archive.addRevision(java.lang.Object[] text,
Version vernum,
java.lang.String log)
Add the given revision to the the archive using the given version number. |
java.lang.Object[] |
Archive.getRevision()
Get the text belonging to the head revision. |
java.lang.Object[] |
Archive.getRevision(boolean annotate)
Get the text belonging to the head revision. |
java.lang.Object[] |
Archive.getRevision(java.lang.String vernum)
Get the text belonging to the revision identified by the given version number. |
java.lang.Object[] |
Archive.getRevision(java.lang.String vernum,
boolean annotate)
Get the text belonging to the revision identified by the given version number. |
java.lang.Object[] |
Archive.getRevision(Version vernum)
Get the text belonging to the revision identified by the given version number. |
java.lang.Object[] |
Archive.getRevision(Version vernum,
boolean annotate)
Get the text belonging to the revision identified by the given version number. |
void |
Node.patch(java.util.List original)
Apply the deltas in the current node to the given text. |
void |
Node.patch(java.util.List original,
boolean annotate)
Apply the deltas in the current node to the given text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |