|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.Version
public class Version
Encapsulates version information about the underlying native
libraries. Basically a wrapper for svn_version.h
.
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
int |
getMajor()
|
int |
getMinor()
|
int |
getPatch()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
MAJOR.MINOR.PATCH INFO
.public int getMajor()
public int getMinor()
public int getPatch()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |