|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.web.Deploy
public class Deploy
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 |
|---|
public Deploy()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||