|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentRepositoryAdapter
Deployment repository adapter.
Method Summary | |
---|---|
void |
addURL(URL url)
Add url. |
boolean |
hasURL(URL url)
Does this repository contain a url. |
String[] |
listDeployedURLs()
List deployed urls as strings. |
void |
removeURL(URL url)
Remove url. |
void |
resume()
Resume scan. |
void |
suspend()
Suspend scan. |
Method Detail |
---|
void suspend()
void resume()
void addURL(URL url) throws URISyntaxException
url
- the url
URISyntaxException
- for any errorvoid removeURL(URL url) throws URISyntaxException
url
- the url
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 |