public class DiffFileGenerator
extends java.lang.Object
| Constructor and Description |
|---|
DiffFileGenerator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generateDiffFile(FilePackage filePackage,
Version baseVersion,
Version targetVersion)
Generate a Diff-File.
|
private org.tmatesoft.svn.core.SVNURL |
generateUrl(java.lang.String packageName,
java.lang.String path,
java.lang.String baseVersion)
Generate the SVN-Url to the version in the fli4l repo.
|
public java.lang.String generateDiffFile(FilePackage filePackage, Version baseVersion, Version targetVersion) throws org.tmatesoft.svn.core.SVNException
filePackage - the filePackagebaseVersion - the baseVersiontargetVersion - the targetVersionorg.tmatesoft.svn.core.SVNException - if there is a problem with the SVNKit.private org.tmatesoft.svn.core.SVNURL generateUrl(java.lang.String packageName,
java.lang.String path,
java.lang.String baseVersion)
throws org.tmatesoft.svn.core.SVNException
packageName - the packageNamepath - the pathbaseVersion - the baseVersionorg.tmatesoft.svn.core.SVNException - if there is a problem with the SVNKit.