com.xebialabs.deployit.service.importer.source
Class UrlSource

java.lang.Object
  extended by com.xebialabs.deployit.service.importer.source.UrlSource
All Implemented Interfaces:
com.xebialabs.deployit.server.api.importer.ImportSource

public class UrlSource
extends java.lang.Object
implements com.xebialabs.deployit.server.api.importer.ImportSource


Constructor Summary
UrlSource(java.net.URL location)
           
 
Method Summary
 void cleanUp()
           
 java.io.File getFile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UrlSource

public UrlSource(java.net.URL location)
Method Detail

getFile

public java.io.File getFile()
Specified by:
getFile in interface com.xebialabs.deployit.server.api.importer.ImportSource

cleanUp

public void cleanUp()
Specified by:
cleanUp in interface com.xebialabs.deployit.server.api.importer.ImportSource

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object