public class CmdLineOptions
Constructor and Description |
---|
CmdLineOptions(java.nio.file.Path baseDirectory,
java.nio.file.Path configFile,
boolean help,
org.slf4j.event.Level loggingLevel,
boolean logToConsole,
boolean isWebserver,
boolean isRegistration) |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
component1() |
java.nio.file.Path |
component2() |
boolean |
component3() |
org.slf4j.event.Level |
component4() |
boolean |
component5() |
boolean |
component6() |
boolean |
component7() |
CmdLineOptions |
copy(java.nio.file.Path baseDirectory,
java.nio.file.Path configFile,
boolean help,
org.slf4j.event.Level loggingLevel,
boolean logToConsole,
boolean isWebserver,
boolean isRegistration) |
boolean |
equals(java.lang.Object p) |
java.nio.file.Path |
getBaseDirectory() |
java.nio.file.Path |
getConfigFile() |
boolean |
getHelp() |
boolean |
getLogToConsole() |
org.slf4j.event.Level |
getLoggingLevel() |
int |
hashCode() |
boolean |
isRegistration() |
boolean |
isWebserver() |
com.typesafe.config.Config |
loadConfig(boolean allowMissingConfig,
java.util.Map<java.lang.String,? extends java.lang.Object> configOverrides) |
java.lang.String |
toString() |
public CmdLineOptions(java.nio.file.Path baseDirectory, java.nio.file.Path configFile, boolean help, org.slf4j.event.Level loggingLevel, boolean logToConsole, boolean isWebserver, boolean isRegistration)
public com.typesafe.config.Config loadConfig(boolean allowMissingConfig, java.util.Map<java.lang.String,? extends java.lang.Object> configOverrides)
public java.nio.file.Path getBaseDirectory()
public java.nio.file.Path getConfigFile()
public boolean getHelp()
public org.slf4j.event.Level getLoggingLevel()
public boolean getLogToConsole()
public boolean isWebserver()
public boolean isRegistration()
public java.nio.file.Path component1()
public java.nio.file.Path component2()
public boolean component3()
public org.slf4j.event.Level component4()
public boolean component5()
public boolean component6()
public boolean component7()
public CmdLineOptions copy(java.nio.file.Path baseDirectory, java.nio.file.Path configFile, boolean help, org.slf4j.event.Level loggingLevel, boolean logToConsole, boolean isWebserver, boolean isRegistration)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)