|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentScannerMBean
Deployment api for tools.
Method Summary | |
---|---|
void |
addURL(String url)
Add url to scanner. |
void |
addURL(URL url)
Add url to scanner. |
boolean |
hasURL(String url)
Does this repository contain a url. |
boolean |
hasURL(URL url)
Does this repository contain a url. |
String[] |
listDeployedURLs()
List deployed urls as strings. |
void |
removeURL(String url)
Add url to scanner. |
void |
removeURL(URL url)
Add url to scanner. |
void |
start()
Enable scanning. |
void |
stop()
Disable scanning. |
Method Detail |
---|
void start()
void stop()
void addURL(String url) throws MalformedURLException, URISyntaxException
url
- the url
MalformedURLException
- for any error
URISyntaxException
- for any errorvoid addURL(URL url) throws URISyntaxException
url
- the url
URISyntaxException
- for any errorvoid removeURL(String url) throws MalformedURLException, URISyntaxException
url
- the url
MalformedURLException
- for any error
URISyntaxException
- for any errorvoid removeURL(URL url) throws URISyntaxException
url
- the url
URISyntaxException
- for any errorboolean hasURL(String url) throws MalformedURLException, URISyntaxException
url
- the url
MalformedURLException
- for any error
URISyntaxException
- for any errorboolean hasURL(URL url) throws URISyntaxException
url
- the url
URISyntaxException
- for any errorString[] listDeployedURLs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |