com.dtolabs.rundeck.core.plugins.configuration
Interface PropertyValidator

All Known Implementing Classes:
URLResourceModelSource.URLValidator

public interface PropertyValidator

Validator can validate a value


Method Summary
 boolean isValid(java.lang.String value)
           
 

Method Detail

isValid

boolean isValid(java.lang.String value)
                throws ValidationException
Throws:
ValidationException