public abstract class ChainReader extends Object
| Constructor and Description |
|---|
ChainReader() |
ChainReader(String path) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getExcludes() |
String[] |
getIncludes() |
String |
getPath() |
abstract Resource<?> |
read() |
void |
setExcludes(String[] excludes) |
void |
setIncludes(String[] includes) |
void |
setPath(String path) |
public ChainReader()
public ChainReader(String path)
Copyright © 2017. All rights reserved.