|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
org.suigeneris.jrcs.diff |
The diff package implements
the differencing engine that JRCS uses. |
org.suigeneris.jrcs.diff.delta | |
org.suigeneris.jrcs.diff.myers |
The diff.myers package
implements Gene Myers'
differencing algorithm. |
org.suigeneris.jrcs.diff.simple | |
org.suigeneris.jrcs.rcs | JRCS is a library that knows how to manipulate the archive files produced by the RCS and CVS version control systems. |
org.suigeneris.jrcs.rcs.impl | |
org.suigeneris.jrcs.rcs.parse | |
org.suigeneris.jrcs.rcs.text | |
org.suigeneris.jrcs.tools | Simple tools to test the functionality of the org.suigeneris.jrcs library. |
org.suigeneris.jrcs.util |
JRCS is a library that knows how to manipulate the archive files produced by the RCS and CVS version control systems. JRCS is not intended to replace neither tool. JRCS was written to be able create archive analysis tools that can do things like identify hot spots in the source code, measure the contributions by each developer, o assess how bugs make it in.
The reasons why JRCS has the ability do do check-ins and save archives is API symmetry, and to simplify the writing of unit tests.
The diff
package implements
the differencing engine that JRCS uses. The engine has the power
of Unix diff, is simple to understand, and can be used
independently of the archive handling functionality. The entry
point to the differencing engine is class Diff
.
The rcs
package implements th8e
archive handling functionality. The entry point to the library is
class Archive
.
CAVEAT UTILITOR: Do not make modifications to your archives with JRCS. There needs to be an important amount of additional testing before it's safe to do that.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |