class CliParams| <init> |
CliParams(services: Set<ServiceType>, networkMapName: String?, networkMapPublicKey: PublicKey?, networkMapAddress: <ERROR CLASS>?, messagingAddress: <ERROR CLASS>, apiAddress: <ERROR CLASS>, baseDirectory: String) |
| apiAddress |
val apiAddress: <ERROR CLASS> |
| baseDirectory |
val baseDirectory: String |
| messagingAddress |
val messagingAddress: <ERROR CLASS> |
| networkMapAddress |
val networkMapAddress: <ERROR CLASS>? |
| networkMapName |
val networkMapName: String? |
| networkMapPublicKey |
val networkMapPublicKey: PublicKey? |
| services |
val services: Set<ServiceType> |
| toCliArguments |
fun toCliArguments(): List<String> |
| apiAddress |
val apiAddress: <ERROR CLASS> |
| baseDirectory |
val baseDirectory: <ERROR CLASS> |
| messagingAddress |
val messagingAddress: <ERROR CLASS> |
| networkMapAddress |
val networkMapAddress: <ERROR CLASS> |
| networkMapName |
val networkMapName: <ERROR CLASS> |
| networkMapPublicKey |
val networkMapPublicKey: <ERROR CLASS> |
| parser |
val parser: <ERROR CLASS> |
| services |
val services: <ERROR CLASS> |
| parse |
fun parse(optionSet: <ERROR CLASS>): CliParams |