Package liquibase.resource
Class ResourceAccessor.SearchOptions
java.lang.Object
liquibase.resource.ResourceAccessor.SearchOptions
- Enclosing interface:
- ResourceAccessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
boolean
void
setMaxDepth
(int maxDepth) void
setMinDepth
(int minDepth) void
setRecursive
(boolean recursive) void
setTrimmedEndsWithFilter
(String endsWithFilter)
-
Constructor Details
-
SearchOptions
public SearchOptions()
-
-
Method Details
-
getRecursive
public boolean getRecursive() -
setRecursive
public void setRecursive(boolean recursive) -
getMinDepth
public int getMinDepth() -
setMinDepth
public void setMinDepth(int minDepth) -
getMaxDepth
public int getMaxDepth() -
setMaxDepth
public void setMaxDepth(int maxDepth) -
getEndsWithFilter
-
setTrimmedEndsWithFilter
-
endsWithFilterIsSet
public boolean endsWithFilterIsSet()
-