public class RemoteMysqlDatabaseConfigService extends Object
| Constructor and Description |
|---|
RemoteMysqlDatabaseConfigService(String name,
RemoteMysqlDatabaseConfig config,
RemoteMysqlConfigService client) |
| Modifier and Type | Method and Description |
|---|---|
String |
execRemoteNuts(List<String> cmd) |
String |
execRemoteNuts(String... cmd) |
net.thevpc.nuts.NutsString |
getBracketsPrefix(String str) |
RemoteMysqlDatabaseConfig |
getConfig() |
String |
getFullName() |
String |
getName() |
String |
pull(String localPath,
boolean restore,
boolean deleteRemote) |
void |
push(String localPath,
boolean backup) |
RemoteMysqlDatabaseConfigService |
remove() |
void |
write(PrintStream out) |
public RemoteMysqlDatabaseConfigService(String name, RemoteMysqlDatabaseConfig config, RemoteMysqlConfigService client)
public RemoteMysqlDatabaseConfig getConfig()
public RemoteMysqlDatabaseConfigService remove()
public String getName()
public String getFullName()
public void write(PrintStream out)
public void push(String localPath, boolean backup)
public net.thevpc.nuts.NutsString getBracketsPrefix(String str)
Copyright © 2021 vpc open source initiative. All rights reserved.