Package | Description |
---|---|
org.jgroups.conf |
Provides ways to configure a protocol stack.
|
Modifier and Type | Method and Description |
---|---|
protected static Triple<java.lang.Short,java.lang.String,java.lang.Boolean> |
ClassConfigurator.parseClassData(org.w3c.dom.Node protocol) |
Modifier and Type | Method and Description |
---|---|
protected static java.util.List<Triple<java.lang.Short,java.lang.String,java.lang.Boolean>> |
ClassConfigurator.parse(java.io.InputStream stream) |
protected static java.util.List<Triple<java.lang.Short,java.lang.String,java.lang.Boolean>> |
ClassConfigurator.readMappings(java.lang.String name)
try to read the magic number configuration file as a Resource form the classpath using getResourceAsStream
if this fails this method tries to read the configuration file from mMagicNumberFile using a FileInputStream (not in classpath but somewhere else in the disk)
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.