com.idaremedia.svn4ant.client.jsvn
Class SVNCommandArgs
java.lang.Object
com.idaremedia.svn4ant.client.jsvn.SVNCommandArgs
- public final class SVNCommandArgs
- extends Object
Set of possible svn command line arguments. Would be nice if this was supplied via
SvnKit to ensure automatic update with each library release.
- Since:
- JWare/Svn4Ant 1.1
- Author:
- ssmc, ©2007 SSMC
- Thread Safety:
- multiple
|
Method Summary |
static Set |
get()
Returns an unmodifiable set of all possible command line parameters. |
static void |
main(String[] argv)
Util to peek at the full list we're getting dynamically. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVNCommandArgs
public SVNCommandArgs()
get
public static final Set get()
- Returns an unmodifiable set of all possible command line parameters.
main
public static void main(String[] argv)
- Util to peek at the full list we're getting dynamically.
- Parameters:
argv - unused incoming program args- Since:
- JWare/Svn4Ant 1.1
Copyright (c) 2005-2008 Sandbox Software MC. All Rights Reserved.