public class VFSResourceAccessor
extends liquibase.resource.AbstractResourceAccessor
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.vfs2.FileObject |
base |
| Constructor and Description |
|---|
VFSResourceAccessor(org.apache.commons.vfs2.FileObject base) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<String> |
describeLocations() |
protected void |
getContents(org.apache.commons.vfs2.FileObject root,
boolean recursive,
boolean includeFiles,
boolean includeDirectories,
Set<String> returnSet) |
SortedSet<String> |
list(String relativeTo,
String path,
boolean recursive,
boolean includeFiles,
boolean includeDirectories) |
liquibase.resource.InputStreamList |
openStreams(String relativeTo,
String path) |
public VFSResourceAccessor(org.apache.commons.vfs2.FileObject base)
public liquibase.resource.InputStreamList openStreams(String relativeTo, String path) throws IOException
IOExceptionpublic SortedSet<String> list(String relativeTo, String path, boolean recursive, boolean includeFiles, boolean includeDirectories) throws IOException
IOExceptionCopyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.