public class FilePathAccessor extends Object implements liquibase.resource.ResourceAccessor
Constructor and Description |
---|
FilePathAccessor(hudson.FilePath filePath) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getResourceAsStream(String s) |
Set<InputStream> |
getResourcesAsStream(String path) |
protected Set<String> |
list(hudson.FilePath workspace,
String relativeTo,
String path,
boolean includeFiles,
boolean includeDirectories,
boolean recursive) |
Set<String> |
list(String relativeTo,
String path,
boolean includeFiles,
boolean includeDirectories,
boolean recursive) |
ClassLoader |
toClassLoader() |
public InputStream getResourceAsStream(String s) throws IOException
IOException
public Set<InputStream> getResourcesAsStream(String path) throws IOException
getResourcesAsStream
in interface liquibase.resource.ResourceAccessor
IOException
public Set<String> list(String relativeTo, String path, boolean includeFiles, boolean includeDirectories, boolean recursive) throws IOException
list
in interface liquibase.resource.ResourceAccessor
IOException
protected Set<String> list(hudson.FilePath workspace, String relativeTo, String path, boolean includeFiles, boolean includeDirectories, boolean recursive) throws IOException
IOException
public ClassLoader toClassLoader()
toClassLoader
in interface liquibase.resource.ResourceAccessor
Copyright © 2004-2017. All Rights Reserved.