com.partnersoft.v3x.apps.Staker.FieldStaker
Class StakerTrimbleLib

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.FieldStaker.StakerTrimbleLib

public class StakerTrimbleLib
extends java.lang.Object


Constructor Summary
StakerTrimbleLib()
           
 
Method Summary
static void downloadTrimbleFiles(java.lang.String hubAddress, Job job)
          Downloads all Trimble files, including ssf, cor, and csv varieties.
static VfsDirectory localTrimbleDir()
          Returns the local Trimble directory.
static void removeTrimbleFiles(Job job)
          Removes all Trimble files associated with the given job.
static void uploadAndRemoveTrimbleFiles(java.lang.String hubAddress, Job job)
           
static void uploadTrimbleFiles(java.lang.String hubAddress, Job job)
          Uploads SSF files for the given job to the hub.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StakerTrimbleLib

public StakerTrimbleLib()
Method Detail

localTrimbleDir

public static VfsDirectory localTrimbleDir()
Returns the local Trimble directory.


uploadTrimbleFiles

public static void uploadTrimbleFiles(java.lang.String hubAddress,
                                      Job job)
                               throws java.io.IOException
Uploads SSF files for the given job to the hub. Does not upload other files (.cor, .csv, etc.).

Throws:
java.io.IOException

removeTrimbleFiles

public static void removeTrimbleFiles(Job job)
                               throws java.io.IOException
Removes all Trimble files associated with the given job.

Throws:
java.io.IOException

uploadAndRemoveTrimbleFiles

public static void uploadAndRemoveTrimbleFiles(java.lang.String hubAddress,
                                               Job job)
                                        throws java.io.IOException
Throws:
java.io.IOException

downloadTrimbleFiles

public static void downloadTrimbleFiles(java.lang.String hubAddress,
                                        Job job)
                                 throws java.io.IOException
Downloads all Trimble files, including ssf, cor, and csv varieties.

Throws:
java.io.IOException