Package org.fcrepo.migration
Class Example1TestSuite.DummyURLFetcher
- java.lang.Object
-
- org.fcrepo.migration.Example1TestSuite.DummyURLFetcher
-
- All Implemented Interfaces:
org.fcrepo.migration.foxml.URLFetcher
- Enclosing class:
- Example1TestSuite
public static class Example1TestSuite.DummyURLFetcher extends Object implements org.fcrepo.migration.foxml.URLFetcher
-
-
Constructor Summary
Constructors Constructor Description DummyURLFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetContentAtUrl(URL url)URLgetLastUrl()
-
-
-
Constructor Detail
-
DummyURLFetcher
public DummyURLFetcher()
-
-
Method Detail
-
getLastUrl
public URL getLastUrl()
-
getContentAtUrl
public InputStream getContentAtUrl(URL url) throws IOException
- Specified by:
getContentAtUrlin interfaceorg.fcrepo.migration.foxml.URLFetcher- Throws:
IOException
-
-