com.partnersoft.v3x.apps.Propagate
Class PropagationLib

java.lang.Object
  extended by com.partnersoft.v3x.apps.Propagate.PropagationLib

public class PropagationLib
extends java.lang.Object

Various handy propagation methods.


Constructor Summary
PropagationLib()
           
 
Method Summary
static long packageChecksumFor(java.lang.String packageName)
          Gets the checksum of the checksums.dat file for the given package.
static long platformChecksum()
          This method used to get the checksum of the Platform package in v3.x.
static void propagate(PropagationJob job)
           
static long sharedChecksum()
          This method used to get the checksum of the Shared package in v3.x.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropagationLib

public PropagationLib()
Method Detail

packageChecksumFor

public static long packageChecksumFor(java.lang.String packageName)
                               throws java.io.IOException
Gets the checksum of the checksums.dat file for the given package.

Throws:
java.io.IOException

sharedChecksum

public static long sharedChecksum()
This method used to get the checksum of the Shared package in v3.x. Now it returns the checksum of the "v3x config" package in 4.x.


platformChecksum

public static long platformChecksum()
This method used to get the checksum of the Platform package in v3.x. Now it returns the checksum of the "system user" package in 4.x.


propagate

public static void propagate(PropagationJob job)
                      throws java.lang.Exception
Throws:
java.lang.Exception