public abstract class AbstractResourceAccessor extends Object implements ResourceAccessor
Modifier | Constructor and Description |
---|---|
protected |
AbstractResourceAccessor() |
Modifier and Type | Method and Description |
---|---|
protected void |
addRootPath(URL path) |
protected String |
convertToPath(String string) |
protected String |
convertToPath(String relativeTo,
String path) |
protected void |
getContents(File rootFile,
boolean recursive,
boolean includeFiles,
boolean includeDirectories,
String basePath,
Set<String> returnSet) |
protected List<String> |
getRootPaths() |
protected void |
init() |
protected boolean |
isCaseSensitive() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResourcesAsStream, list, toClassLoader
protected void init()
protected boolean isCaseSensitive()
protected void addRootPath(URL path)
protected void getContents(File rootFile, boolean recursive, boolean includeFiles, boolean includeDirectories, String basePath, Set<String> returnSet)
Copyright © 2018 Liquibase.org. All rights reserved.