| Package | Description |
|---|---|
| asia.redact.bracket.properties | |
| asia.redact.bracket.properties.impl | |
| asia.redact.bracket.properties.io | |
| asia.redact.bracket.properties.values |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Properties.getComments(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
Properties.put(String key,
char separator,
Comment comment,
String... values) |
void |
Properties.put(String key,
Comment comment,
String... values) |
| Modifier and Type | Method and Description |
|---|---|
Comment |
PropertiesImpl.getComments(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesImpl.put(String key,
char separator,
Comment comment,
String... values) |
void |
PropertiesImpl.put(String key,
Comment comment,
String... values) |
| Modifier and Type | Method and Description |
|---|---|
String |
XMLOutputFormat.format(String key,
char separator,
List<String> values,
Comment comments) |
String |
OutputFormat.format(String key,
char separator,
List<String> values,
Comment comments) |
String |
HeaderFooterOutputFormat.format(String key,
char separator,
List<String> values,
Comment comments) |
String |
AsciiOutputFormat.format(String key,
char separator,
List<String> values,
Comment comments) |
| Modifier and Type | Field and Description |
|---|---|
private Comment |
Entry.comment |
protected Comment |
BasicValueModel.comments |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.addLine(String line) |
Comment |
ValueModel.getComments() |
Comment |
Entry.getComments() |
Comment |
BasicValueModel.getComments() |
| Constructor and Description |
|---|
BasicValueModel(Comment comments,
char sep,
List<String> values) |
BasicValueModel(Comment comments,
char sep,
String[] values) |
BasicValueModel(Comment comments,
List<String> values) |
BasicValueModel(Comment comments,
String[] values) |
Entry(String key,
char separator,
Comment comment,
List<String> values) |
Copyright © 2011–2016 David R. Smith. All rights reserved.