| Package | Description |
|---|---|
| asia.redact.bracket.properties.ref |
| Modifier and Type | Field and Description |
|---|---|
ReferenceType |
PropertiesReference.type |
| Modifier and Type | Method and Description |
|---|---|
static ReferenceType |
ReferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceType[] |
ReferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LoadList |
LoadList.addReference(ReferenceType type,
String data)
add a reference.
|
| Constructor and Description |
|---|
PropertiesReference(ReferenceType type,
String data)
Assume UTF-8 as a default
|
PropertiesReference(ReferenceType type,
String data,
Charset charset) |
Copyright © 2011–2016 David R. Smith. All rights reserved.