public class FullNodeConfiguration implements NodeConfiguration
baseDirectory is not retrieved from the config file but rather from a command line argument.
NodeConfiguration.DefaultImpls
Constructor and Description |
---|
FullNodeConfiguration(java.nio.file.Path baseDirectory,
com.typesafe.config.Config config)
baseDirectory is not retrieved from the config file but rather from a command line argument.
|
Modifier and Type | Method and Description |
---|---|
Node |
createNode() |
com.google.common.net.HostAndPort |
getArtemisAddress() |
java.nio.file.Path |
getBaseDirectory() |
java.nio.file.Path |
getCertificatesDirectory() |
com.typesafe.config.Config |
getConfig() |
java.util.Properties |
getDataSourceProperties() |
boolean |
getDevMode() |
java.lang.String |
getEmailAddress() |
java.lang.String |
getExportJMXto() |
java.lang.String |
getExtraAdvertisedServiceIds() |
java.lang.String |
getKeyStorePassword() |
java.nio.file.Path |
getKeyStorePath() |
com.google.common.net.HostAndPort |
getMessagingServerAddress() |
java.lang.String |
getMyLegalName() |
java.lang.String |
getNearestCity() |
NetworkMapInfo |
getNetworkMapService() |
java.util.List<com.google.common.net.HostAndPort> |
getNotaryClusterAddresses() |
com.google.common.net.HostAndPort |
getNotaryNodeAddress() |
java.util.List<net.corda.node.services.User> |
getRpcUsers() |
java.lang.String |
getTrustStorePassword() |
java.nio.file.Path |
getTrustStorePath() |
boolean |
getUseHTTPS() |
boolean |
getUseTestClock() |
com.google.common.net.HostAndPort |
getWebAddress() |
getBaseDirectory, getCertificatesDirectory, getDataSourceProperties, getDevMode, getEmailAddress, getExportJMXto, getMyLegalName, getNearestCity, getNetworkMapService, getRpcUsers
getCertificatesDirectory, getKeyStorePassword, getKeyStorePath, getTrustStorePassword, getTrustStorePath
public FullNodeConfiguration(java.nio.file.Path baseDirectory, com.typesafe.config.Config config)
baseDirectory is not retrieved from the config file but rather from a command line argument.
public java.lang.String getMyLegalName()
public java.lang.String getNearestCity()
public java.lang.String getEmailAddress()
public java.lang.String getExportJMXto()
public java.lang.String getKeyStorePassword()
public java.lang.String getTrustStorePassword()
public java.util.Properties getDataSourceProperties()
public boolean getDevMode()
public NetworkMapInfo getNetworkMapService()
public java.util.List<net.corda.node.services.User> getRpcUsers()
public boolean getUseHTTPS()
public com.google.common.net.HostAndPort getArtemisAddress()
public com.google.common.net.HostAndPort getWebAddress()
public com.google.common.net.HostAndPort getMessagingServerAddress()
public java.lang.String getExtraAdvertisedServiceIds()
public boolean getUseTestClock()
public com.google.common.net.HostAndPort getNotaryNodeAddress()
public java.util.List<com.google.common.net.HostAndPort> getNotaryClusterAddresses()
public Node createNode()
public java.nio.file.Path getBaseDirectory()
public com.typesafe.config.Config getConfig()
public java.nio.file.Path getCertificatesDirectory()
public java.nio.file.Path getKeyStorePath()
public java.nio.file.Path getTrustStorePath()