Class GoogleAppsFullSync
java.lang.Object
edu.internet2.middleware.changelogconsumer.googleapps.GoogleAppsFullSync
Initiates a GoogleAppsFullSync from command-line
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isFullSyncRunning
(String consumerName) static void
void
process
(boolean dryRun) Runs a fullSync.
-
Constructor Details
-
GoogleAppsFullSync
-
-
Method Details
-
main
-
isFullSyncRunning
-
process
public void process(boolean dryRun) Runs a fullSync.- Parameters:
dryRun
- indicates that this is dryRun
-