org.rundeck.storage.api
Interface PathSelector


public interface PathSelector

Specifies if it applies to a particular resource path


Method Summary
 boolean matchesPath(Path path)
          returns true if the given path should be managed by this handler
 

Method Detail

matchesPath

boolean matchesPath(Path path)
returns true if the given path should be managed by this handler

Parameters:
path -
Returns: