AntXtras/Svn4Ant-1.1.0

com.idaremedia.svn4ant.client.jsvn
Class SVNCommandArgs

java.lang.Object
  extended bycom.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

Constructor Summary
SVNCommandArgs()
           
 
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
 

Constructor Detail

SVNCommandArgs

public SVNCommandArgs()
Method Detail

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

AntXtras/Svn4Ant-1.1.0

Copyright (c) 2005-2008 Sandbox Software MC. All Rights Reserved.