A B C D G H I L M P R S T U 

A

addSpy(String) - Method in class com.github.boly38.mongodump.domain.SpyLogs
 
assumeAvailable() - Method in class com.github.boly38.mongodump.services.DropboxService
 

B

backup(BackupConfiguration) - Method in class com.github.boly38.mongodump.services.DropboxMongoBackupService
 
backup(BackupConfiguration) - Method in class com.github.boly38.mongodump.services.MongodumpService
mongodump mongodb according to backupConf
BackupConfiguration - Class in com.github.boly38.mongodump.domain
 
BackupException - Exception in com.github.boly38.mongodump.domain
 
BackupException(String) - Constructor for exception com.github.boly38.mongodump.domain.BackupException
 
BackupException(String, Throwable) - Constructor for exception com.github.boly38.mongodump.domain.BackupException
 
BackupException(int, String) - Constructor for exception com.github.boly38.mongodump.domain.BackupException
 

C

com.github.boly38.mongodump - package com.github.boly38.mongodump
 
com.github.boly38.mongodump.domain - package com.github.boly38.mongodump.domain
 
com.github.boly38.mongodump.services - package com.github.boly38.mongodump.services
 

D

DEFAULT_APP_NAME - Static variable in class com.github.boly38.mongodump.services.DropboxService
 
DEFAULT_BACKUP_DIRECTORY - Static variable in class com.github.boly38.mongodump.domain.BackupConfiguration
 
downloadFile(String) - Method in class com.github.boly38.mongodump.services.DropboxService
download dropbox file locally
DROPBOX_APPLICATION_KEY - Static variable in class com.github.boly38.mongodump.services.DropboxService
 
DROPBOX_TOKEN_KEY - Static variable in class com.github.boly38.mongodump.services.DropboxService
 
DropboxMongoBackupService - Class in com.github.boly38.mongodump.services
 
DropboxMongoBackupService() - Constructor for class com.github.boly38.mongodump.services.DropboxMongoBackupService
 
DropboxService - Class in com.github.boly38.mongodump.services
 
DropboxService() - Constructor for class com.github.boly38.mongodump.services.DropboxService
 

G

getAbsoluteBackupName() - Method in class com.github.boly38.mongodump.domain.BackupConfiguration
 
getAccount() - Method in class com.github.boly38.mongodump.services.DropboxService
 
getInstance(String, String) - Static method in class com.github.boly38.mongodump.domain.BackupConfiguration
 
getInstance(String) - Static method in class com.github.boly38.mongodump.domain.BackupConfiguration
 
getInstance(String, String, String) - Static method in class com.github.boly38.mongodump.domain.BackupConfiguration
 
getInstance(BackupConfiguration) - Static method in class com.github.boly38.mongodump.domain.RestoreConfiguration
 
getInstance(String, String) - Static method in class com.github.boly38.mongodump.domain.RestoreConfiguration
 
getInstance(String, String, String) - Static method in class com.github.boly38.mongodump.domain.RestoreConfiguration
 
getInstance(MongoServerHostConfiguration) - Static method in class com.github.boly38.mongodump.services.DropboxMongoBackupService
 
getInstance(MongoServerHostConfiguration) - Static method in class com.github.boly38.mongodump.services.MongodumpService
get mongo dump service instance
getMongoDumpBinAbsolutePath() - Method in class com.github.boly38.mongodump.domain.MongoServerHostConfiguration
 
getMongoRestoreBinAbsolutePath() - Method in class com.github.boly38.mongodump.domain.MongoServerHostConfiguration
 
getRecorderdSpy(int) - Method in class com.github.boly38.mongodump.domain.SpyLogs
 
getSpy(int) - Method in class com.github.boly38.mongodump.domain.SpyLogs
 

H

hasSpy(int) - Method in class com.github.boly38.mongodump.domain.SpyLogs
 

I

isAvailable() - Method in class com.github.boly38.mongodump.services.DropboxService
 
isWindows() - Static method in class com.github.boly38.mongodump.domain.BackupConfiguration
 

L

listFolder(String) - Method in class com.github.boly38.mongodump.services.DropboxService
list dropbox folder
logOut(String) - Static method in class com.github.boly38.mongodump.Main
 

M

Main - Class in com.github.boly38.mongodump
Specifications console arg -d [backup directory] -n [database name] -a [BACKUP|RESTORE]
Main() - Constructor for class com.github.boly38.mongodump.Main
 
main(String[]) - Static method in class com.github.boly38.mongodump.Main
main class (console entry point)
MongodumpService - Class in com.github.boly38.mongodump.services
sources used : http://stackoverflow.com/questions/29627424/cannot-run-command-with-processbuilder-or-runexec-inside-eclipse
MongoServerHostConfiguration - Class in com.github.boly38.mongodump.domain
 
MongoServerHostConfiguration() - Constructor for class com.github.boly38.mongodump.domain.MongoServerHostConfiguration
 

P

printUsage() - Static method in class com.github.boly38.mongodump.Main
 

R

restore(String, String, String) - Method in class com.github.boly38.mongodump.services.DropboxMongoBackupService
 
restore(RestoreConfiguration) - Method in class com.github.boly38.mongodump.services.MongodumpService
mongorestore a given backup according to restore configuration
RestoreConfiguration - Class in com.github.boly38.mongodump.domain
 
RestoreConfiguration() - Constructor for class com.github.boly38.mongodump.domain.RestoreConfiguration
 
RestoreException - Exception in com.github.boly38.mongodump.domain
 
RestoreException(String) - Constructor for exception com.github.boly38.mongodump.domain.RestoreException
 
RestoreException(String, Throwable) - Constructor for exception com.github.boly38.mongodump.domain.RestoreException
 
RestoreException(int, String) - Constructor for exception com.github.boly38.mongodump.domain.RestoreException
 
run() - Method in class com.github.boly38.mongodump.domain.StreamPrinter
 

S

setSpy(SpyLogs) - Method in class com.github.boly38.mongodump.domain.StreamPrinter
 
size() - Method in class com.github.boly38.mongodump.domain.SpyLogs
 
spy(String) - Method in class com.github.boly38.mongodump.domain.SpyLogs
if the line is spyed, then we remove the spyLogs
SpyLogs - Class in com.github.boly38.mongodump.domain
add spy for logs for a given spy, record the latest seen log line
SpyLogs() - Constructor for class com.github.boly38.mongodump.domain.SpyLogs
 
StreamPrinter - Class in com.github.boly38.mongodump.domain
print a stream to the stdout and forward each line to a spylogs instance
StreamPrinter(String, InputStream, SpyLogs) - Constructor for class com.github.boly38.mongodump.domain.StreamPrinter
 
StreamPrinter(String, InputStream, SpyLogs, boolean) - Constructor for class com.github.boly38.mongodump.domain.StreamPrinter
 

T

toString() - Method in class com.github.boly38.mongodump.domain.BackupConfiguration
 
toString() - Method in class com.github.boly38.mongodump.domain.RestoreConfiguration
 

U

uploadFile(String, String) - Method in class com.github.boly38.mongodump.services.DropboxService
upload local file to dropbox folder
A B C D G H I L M P R S T U 

Copyright © 2016. All rights reserved.