public class StaticRemoteUrl extends Object implements RemoteUrl, Configurable
RemoteUrl| Modifier and Type | Field and Description | 
|---|---|
(package private) Set<Pattern> | 
_patterns  | 
| Constructor and Description | 
|---|
StaticRemoteUrl()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(Configuration configuration)  | 
Set<Pattern> | 
getAllowedUrls()
Get the regular expression for allowed urls 
 | 
public StaticRemoteUrl()
public void configure(Configuration configuration) throws ConfigurationException
configure in interface ConfigurableConfigurationExceptionpublic Set<Pattern> getAllowedUrls()
RemoteUrlgetAllowedUrls in interface RemoteUrl