com.partnersoft.v3x.apps.Propagate
Class Propagator

java.lang.Object
  extended by com.partnersoft.v3x.apps.Propagate.Propagator
All Implemented Interfaces:
java.lang.Runnable

public class Propagator
extends java.lang.Object
implements java.lang.Runnable


Field Summary
static java.lang.String checksumPath
           
static java.lang.String checksumTempPath
           
static java.lang.String packagePath
           
 
Constructor Summary
Propagator(java.lang.String packageName, java.lang.String source, java.lang.String destination, boolean verbose, boolean verifyChecksums, boolean forceValidate, boolean copyScripts)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 void run()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

packagePath

public static final java.lang.String packagePath
See Also:
Constant Field Values

checksumPath

public static final java.lang.String checksumPath
See Also:
Constant Field Values

checksumTempPath

public static final java.lang.String checksumTempPath
See Also:
Constant Field Values
Constructor Detail

Propagator

public Propagator(java.lang.String packageName,
                  java.lang.String source,
                  java.lang.String destination,
                  boolean verbose,
                  boolean verifyChecksums,
                  boolean forceValidate,
                  boolean copyScripts)
Method Detail

main

public static void main(java.lang.String[] argv)

run

public void run()
Specified by:
run in interface java.lang.Runnable

update

public void update()
            throws java.io.IOException
Throws:
java.io.IOException