public class InputAdapter extends Object
| Modifier and Type | Field and Description |
|---|---|
Properties |
props |
| Constructor and Description |
|---|
InputAdapter() |
InputAdapter(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
void |
read(Reader reader)
Read in a standard properties formatted file.
|
void |
readJSON(Reader in) |
void |
readLegacyProperties(Properties legacy) |
void |
readMap(Map<String,?> map) |
void |
readXML(Reader reader) |
public final Properties props
public InputAdapter()
public InputAdapter(Properties props)
public void readLegacyProperties(Properties legacy)
public void read(Reader reader)
reader - public void readXML(Reader reader)
public void readJSON(Reader in)
Copyright © 2011–2016 David R. Smith. All rights reserved.