public class SVNUtils extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static Pattern |
fullRevisionPattern |
(package private) static Pattern |
revisionPattern |
Constructor and Description |
---|
SVNUtils() |
Modifier and Type | Method and Description |
---|---|
static int |
svnInfoToInteger(String svninfo)
A public worker method that takes the output from running the svnversion command and parses the trailing integer
version out.
|
static final Pattern fullRevisionPattern
static final Pattern revisionPattern
public static int svnInfoToInteger(String svninfo)
svninfo
- Copyright © 2006–2015 Apache Software Foundation. All rights reserved.