public interface TreeDataManager
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
load(String path) |
List<Children> |
parse(String path) |
List<Row> load(String path) throws IOException
IOExceptionList<Children> parse(String path) throws IOException
IOExceptionCopyright © 2014–2018. All rights reserved.