public interface CommandSettings
| Modifier and Type | Method and Description |
|---|---|
ApexParameter |
getApexParameter() |
DataSource |
getDataSource(String password) |
String |
getInstallSchemaConnect() |
Path |
getOutputDirectory() |
Writer |
getOutputFile(Writer consoleWriter) |
String |
getPassword() |
ProcessBuilder |
getSQLPlusCommand() |
String |
getSQLPlusConnect() |
String |
getSQLPlusConnect(String password) |
Path |
getTemporaryDirectory(boolean createIfNotExists) |
UpgradeParameter |
getUpgradeParameter() |
boolean |
isChangeLogInOtherSchema() |
boolean |
isInstallInOtherSchema() |
boolean |
isOutputToConsole() |
boolean |
isPasswordAvailable() |
boolean |
isPasswordNotAvailable() |
boolean |
isQuiet() |
Path getTemporaryDirectory(boolean createIfNotExists)
DataSource getDataSource(String password)
ProcessBuilder getSQLPlusCommand()
String getSQLPlusConnect()
String getInstallSchemaConnect()
boolean isQuiet()
boolean isPasswordAvailable()
boolean isPasswordNotAvailable()
String getPassword()
UpgradeParameter getUpgradeParameter()
ApexParameter getApexParameter()
boolean isInstallInOtherSchema()
boolean isChangeLogInOtherSchema()
Path getOutputDirectory()
boolean isOutputToConsole()
Copyright © 2016. All rights reserved.