org.rundeck.storage.api
Interface ResourceSelector<T extends ContentMeta>


public interface ResourceSelector<T extends ContentMeta>

ResourceSelector determines a matching resource

Since:
2014-02-19

Method Summary
 boolean matchesContent(T content)
           
 

Method Detail

matchesContent

boolean matchesContent(T content)