Class TrivialFileChecker
java.lang.Object
TrivialFileChecker
public class TrivialFileChecker
- extends Object
Is a simple recursive file checker, that checks the given files and directories
using the REST based GRID API.
- Version:
- 1.0
- Author:
- juergen_kellerer, 2010-07-28
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
PROTOCOL
public static final String PROTOCOL
HOSTNAME
public static final String HOSTNAME
CONNECTIONS
public static final int CONNECTIONS
TrivialFileChecker
public TrivialFileChecker()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception