ca.web
Class Deploy

java.lang.Object
  extended by ca.web.Deploy

public class Deploy
extends java.lang.Object

This tool deploys the current directory (and its children) to the mirror directory on the web site. The deployment is simple. In every directory the process looks for 'DirectoryList.txt'. If the file exists, it contains a list of files and subdirectories (one per line) to push. If the file is not found in the directory then the entire directory and subdirectories are pushed.

Usage examples:
java ca.Deploy


Constructor Summary
Deploy()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deploy

public Deploy()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception