|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.apidb.v0_6.ApidbFileReplicator
public class ApidbFileReplicator
Performs replication from an API database into change files.
Constructor Summary | |
---|---|
ApidbFileReplicator(DatabaseLoginCredentials loginCredentials,
DatabasePreferences preferences,
java.io.File workingDirectory)
Creates a new instance. |
Method Summary | |
---|---|
void |
run()
|
protected void |
runImpl(DatabaseContext2 dbCtx)
Runs the task implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApidbFileReplicator(DatabaseLoginCredentials loginCredentials, DatabasePreferences preferences, java.io.File workingDirectory)
loginCredentials
- Contains all information required to connect to the database.preferences
- Contains preferences configuring database behaviour.workingDirectory
- The directory to store all output files.Method Detail |
---|
protected void runImpl(DatabaseContext2 dbCtx)
dbCtx
- Used to access the database.public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |