com.dtolabs.rundeck.core.resources
Class URLResourceModelSource.URLValidator

java.lang.Object
  extended by com.dtolabs.rundeck.core.resources.URLResourceModelSource.URLValidator
All Implemented Interfaces:
PropertyValidator
Enclosing class:
URLResourceModelSource

public static final class URLResourceModelSource.URLValidator
extends java.lang.Object
implements PropertyValidator


Constructor Summary
URLResourceModelSource.URLValidator()
           
 
Method Summary
 boolean isValid(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLResourceModelSource.URLValidator

public URLResourceModelSource.URLValidator()
Method Detail

isValid

public boolean isValid(java.lang.String value)
                throws ValidationException
Specified by:
isValid in interface PropertyValidator
Throws:
ValidationException