| Package | Description |
|---|---|
| com.aspectran.core.context.rule | |
| com.aspectran.core.util.apon |
| Modifier and Type | Method | Description |
|---|---|---|
static SettingsAdviceRule |
SettingsAdviceRule.newInstance(AspectRule aspectRule,
java.lang.String text) |
|
static void |
AspectRule.updateJoinpoint(AspectRule aspectRule,
java.lang.String type,
java.lang.String text) |
|
static void |
SettingsAdviceRule.updateSettingsAdviceRule(SettingsAdviceRule sar,
java.lang.String text) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AponSyntaxException |
This exception is raised when attempting to read (or write) a malformed APON element.
|
class |
IncompatibleParameterValueTypeException |
The Class IncompatibleParameterValueTypeException.
|
class |
InvalidParameterException |
Exception thrown when an invalid parameter is encountered.
|
class |
MissingClosingBracketException |
This exception will be thrown when missing closing brackets.
|
class |
UnknownParameterException |
The Class UnknownParameterException.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Parameters |
AponReader.parse(java.io.File file) |
Converts to a Parameters object from a file.
|
static Parameters |
AponReader.parse(java.io.File file,
java.lang.String encoding) |
Converts to a Parameters object from a file.
|
static <T extends Parameters> |
AponReader.parse(java.io.File file,
java.lang.String encoding,
T parameters) |
Converts into a given Parameters object from a file.
|
static <T extends Parameters> |
AponReader.parse(java.io.File file,
T parameters) |
Converts into a given Parameters object from a file.
|
static Parameters |
AponReader.parse(java.io.Reader reader) |
Converts to a Parameters object from a character-input stream.
|
static <T extends Parameters> |
AponReader.parse(java.io.Reader reader,
T parameters) |
Converts into a given Parameters object from a character-input stream.
|
static Parameters |
AponReader.parse(java.lang.String text) |
Converts an APON formatted string into a Parameters object.
|
static <T extends Parameters> |
AponReader.parse(java.lang.String text,
T parameters) |
Converts an APON formatted string into a given Parameters object.
|
Parameters |
AponReader.read() |
Reads an APON document into a
VariableParameters object. |
void |
AbstractParameters.readFrom(java.lang.String text) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.