|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jSyncManager.API.Conduit.AbstractConduit
org.jSyncManager.Conduit.TextDump.TextDump
This jConduit simply dumps the contents of the standard Palm application databases to nicely formatted text files in the users home directory.
| Field Summary | |
static java.lang.String |
DUMP_DIRNAME
The name for the dump directory. |
| Fields inherited from class org.jSyncManager.API.Conduit.AbstractConduit |
CANCEL_BUTTON_PRESSED, configurationPanel, HELP_BUTTON_PRESSED, HIGH_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY, OK_BUTTON_PRESSED, resources |
| Constructor Summary | |
TextDump()
Create a new AddressTextDump object. |
|
| Method Summary | |
protected javax.swing.JPanel |
constructConfigPanel()
Constructs a configuration panel for this jConduit. |
java.lang.String |
getOutputdir()
Getter for property outputdir. |
protected java.lang.String |
getResourceBundleName()
Retrieves the name of the class to use as the Conduits Resource Bundle. |
void |
setOutputdir(java.lang.String outputdir)
Setter for property outputdir. |
void |
startSync(ConduitHandler conduitHandler,
DLPUserInfo user)
This method is called when this jConduit is given the opportunity to synchronize. |
| Methods inherited from class org.jSyncManager.API.Conduit.AbstractConduit |
doInitialization, getConduitDescription, getConduitName, getConduitResourceBundle, getConfigurationPanel, getPriority, initialize, jConduitDialogActionPerformed, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String DUMP_DIRNAME
| Constructor Detail |
public TextDump()
| Method Detail |
public void startSync(ConduitHandler conduitHandler,
DLPUserInfo user)
throws NotConnectedException
startSync in class AbstractConduitconduitHandler - he handle to the active ConduitHandler to use for synchronization.user - the user information object for the handhelds owner.
NotConnectedException - thrown if the connection to the Palm is lost.protected java.lang.String getResourceBundleName()
getResourceBundleName in class AbstractConduitprotected javax.swing.JPanel constructConfigPanel()
constructConfigPanel in class AbstractConduitpublic java.lang.String getOutputdir()
public void setOutputdir(java.lang.String outputdir)
outputdir - New value of property outputdir.
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||