Package org.rundeck.storage.api
Interface PathSelector
-
public interface PathSelectorSpecifies if it applies to a particular resource path
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatchesPath(Path path)
-
-
-
Method Detail
-
matchesPath
boolean matchesPath(Path path)
- Parameters:
path- path- Returns:
- true if the given path matches
-
-