Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSVNGNUDiffGenerator |
Modifier and Type | Method and Description |
---|---|
void |
SVNNodeEditor.diff(FSRoot root,
long baseRevision,
ISVNGNUDiffGenerator generator,
OutputStream os) |
Modifier and Type | Method and Description |
---|---|
ISVNGNUDiffGenerator |
SVNLookClient.getDiffGenerator()
Returns a diff generator to be used in
doGetDiff() methods of this class. |
Modifier and Type | Method and Description |
---|---|
void |
SVNLookClient.setDiffGenerator(ISVNGNUDiffGenerator diffGenerator)
Sets a diff generator to be used in
doGetDiff() methods of this class. |
Copyright © 2024. All rights reserved.