| Package | Description |
|---|---|
| net.jmatrix.jproperties | |
| net.jmatrix.jproperties.parser | |
| net.jmatrix.jproperties.post | |
| net.jmatrix.jproperties.spring | |
| net.jmatrix.jproperties.substitution |
| Modifier and Type | Method and Description |
|---|---|
JProperties |
JProperties.getProperties(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
JProperties.setParent(JProperties p) |
| Constructor and Description |
|---|
WrappedProperties(JProperties jp) |
WrappedProperties(JProperties jp,
Character del) |
| Modifier and Type | Method and Description |
|---|---|
static JProperties |
Parser.parse(File f) |
static JProperties |
Parser.parse(Reader r) |
static JProperties |
Parser.parse(URL url) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Parser.toJson(JProperties jp) |
static void |
Parser.write(JProperties jp,
File f) |
static void |
Parser.write(JProperties jp,
Writer w) |
| Modifier and Type | Method and Description |
|---|---|
Object |
URLPropertiesLoader.loadProperties(JProperties parent,
String surl,
net.jmatrix.jproperties.post.Options options) |
void |
PostProcessor.post(JProperties p) |
void |
IncludePostProcessor.post(JProperties p) |
| Modifier and Type | Method and Description |
|---|---|
JProperties |
JPropertiesSpringHolder.getjProperties() |
| Modifier and Type | Method and Description |
|---|---|
static String |
SubstitutionProcessor.processSubstitution(String s,
JProperties p)
Public facing method.
|
static Object |
SubstitutionProcessor.processSubstitution(String s,
JProperties p,
Class returnType) |
Copyright © 2014. All rights reserved.