Package com.partnersoft.v3x.apps.Propagate

Interface Summary
FileMangler A functron for files.
FilePropagator A manager that decides when a file is out of date and how to update it.
UpdateActor Interface to take action on file updates (generated by checksum compares or what-have-you)
 

Class Summary
BatchPropagator  
ChecksumComparer Compares contents and checksums from two datafiles.
ChecksumDatafile An ObjectDatafile for storing SheetCoords.
ChecksumGenerator Generates a checksum for all files in a tree.
ChecksumLister A command-line utility to list the checksums (of the checksum files) for a list of specified packages.
ChecksumMirror Does a file mirror using checksum data file.
ChecksumVerifier Verifies that the contents of a package match its checksums file.
DummyUpdateActor Dummy update actor; just says it will do things, but doesn't do them.
EmptyDirPropagator A FilePropagator for "empty" directories (usually for data or whatever).
FileChecksum A file and a checksum for it.
FilesetMangler Mangles a list of files with a FileMangler.
FilesystemLint A utility to pick lint off a Partner filesystem.
FileSystemUpdateActor Updates files using basic file system operations.
GuppyPushUpdateActor Pushes files to a Guppy server.
GuppyUpdateActor Updates files using Guppy requests.
HTTPUpdateActor Updates files using HTTP requests.
InstallPackage An installable (or installed) package of files, managed by the Propagator.
LookupFixingFileMangler A FileMangler that loads the file as a MetaTOF graph, swaps the lookups using the included translation, and saves it again.
MappingLookupDatabase This subclass of LookupDatabase helps when mapping old keys to new ones.
PackageFile A file in an InstallPackage.
PreferencesPropagator A FilePropagator for preference files - i.e.
PropagationJob The configuration for a single propagation.
PropagationLib Various handy propagation methods.
PropagationTroubleshooting Helps troubleshoot and test propagations.
Propagator  
PropagatorFactory A factory for FilePropagators.
ResourceFilePropagator A FilePropagator for files that are program resources (binary code, libraries, images, etc.), and therefore should just be recopied when out of date.
Setup Simple minimal primordial install via GUI.
TOFMangler Loads a single object from a tof, transforms it, saves it.
TOFReplacer A functron for files.
TreePropagator Propagates a entire tree of similar files.
VersionUpdateBuilder Builds a new version file with the given update script.
WebGuppyUpdateActor Updates files using http Guppy requests.