public abstract class DocumentLoader extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
packageName |
Constructor and Description |
---|
DocumentLoader(String packageName,
Path resourceBase) |
Modifier and Type | Method and Description |
---|---|
void |
load(String folderBaseName) |
protected abstract void |
loadResourceXmlFile(XmlContext xmlContext) |
protected final String packageName
public void load(String folderBaseName) throws IOException
IOException
protected abstract void loadResourceXmlFile(XmlContext xmlContext)