public class JnpConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JnpConfig.LocalEntityResolver |
| Modifier and Type | Method and Description |
|---|---|
static JnpConfig |
getConfig(File distributionDirectory,
File configXML,
Properties systemProperties) |
String |
getJnpAddress()
Returns the JNP address, or null if the address could not be determined.
|
Integer |
getJnpPort()
Returns the JNP port, or null if the port could not be determined.
|
static void |
main(String[] args) |
public static JnpConfig getConfig(File distributionDirectory, File configXML, Properties systemProperties)
@Nullable public Integer getJnpPort()
@Nullable public String getJnpAddress()
Copyright © 2017. All rights reserved.