public class UrlSource
extends java.lang.Object
implements com.xebialabs.deployit.server.api.importer.ImportSource
| Constructor and Description |
|---|
UrlSource(java.net.URL location,
java.lang.String user,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
protected org.apache.commons.httpclient.HttpMethod |
executeGetRequest() |
java.io.File |
getFile() |
java.lang.String |
toString() |
public UrlSource(java.net.URL location,
java.lang.String user,
java.lang.String password)
public java.io.File getFile()
getFile in interface com.xebialabs.deployit.server.api.importer.ImportSourcepublic void cleanUp()
cleanUp in interface com.xebialabs.deployit.server.api.importer.ImportSourceprotected org.apache.commons.httpclient.HttpMethod executeGetRequest()
throws java.net.URISyntaxException,
java.io.IOException
java.net.URISyntaxExceptionjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object