Package org.tmatesoft.svn.cli
Class SvnCliTest
- java.lang.Object
-
- org.tmatesoft.svn.cli.SvnCliTest
-
public class SvnCliTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SvnCliTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
disableSystemExitCall()
protected static void
enableSystemExitCall()
Enables System.exit callsstatic void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws SVNException, java.io.IOException
- Throws:
SVNException
java.io.IOException
-
disableSystemExitCall
protected static void disableSystemExitCall()
-
enableSystemExitCall
protected static void enableSystemExitCall()
Enables System.exit calls
-
-