public class ConfManager
extends java.lang.Object
Created by ken.yu on 16-10-8.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONF_DIR
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<FileDescriptor>
|
getCfgFileList(java.lang.String... path)
Get a list of all the configuration files registered under the
path.
|
static java.lang.String |
getConcatCfgFilePathList(java.lang.String connector,
java.lang.String... path)
Get a concatenated string list of paths of temporary
configuration files.
|
public static final java.lang.String CONF_DIR
public static java.util.List<FileDescriptor> getCfgFileList(@Nonnull java.lang.String... path)
path - A length-variable array of names of hierarchies.public static java.lang.String getConcatCfgFilePathList(@Nonnull
java.lang.String connector,
@Nonnull
java.lang.String... path)
throws java.io.IOException
java.io.IOException - On error preparing temporary configuration
files.