| net.sf.oval.constraint.AssertURLCheck
AssertURLCheck | public class AssertURLCheck extends AbstractAnnotationCheck (Code) | | author: Sebastian Thomschke |
Inner Class :public static enum URIScheme | |
getPermittedURISchemes | public URIScheme[] getPermittedURISchemes()(Code) | | Gets the allowed URL schemes.
the permittedURISchemes |
isConnect | public boolean isConnect()(Code) | | Specifies if a connection to the URL should be attempted to verify its validity.
the connect |
setConnect | public void setConnect(boolean connect)(Code) | | Specifies if a connection to the URL should be attempted to verify its validity.
Parameters: connect - the connect to set |
setPermittedURISchemes | public void setPermittedURISchemes(URIScheme[] permittedURISchemes)(Code) | | Specifies the allowed URL schemes.
Parameters: permittedURISchemes - the permittedURISchemes to set |
|
|