Class AbstractExampleImportResolver.NonExistingResource
java.lang.Object
org.springframework.core.io.AbstractResource
com.broadleafcommerce.dataimport.service.AbstractExampleImportResolver.NonExistingResource
- All Implemented Interfaces:
org.springframework.core.io.InputStreamSource
,org.springframework.core.io.Resource
- Enclosing class:
- AbstractExampleImportResolver
public final class AbstractExampleImportResolver.NonExistingResource
extends org.springframework.core.io.AbstractResource
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.core.io.AbstractResource
contentLength, createRelative, equals, getFile, getFileForLastModifiedCheck, getFilename, getURI, getURL, hashCode, isFile, isOpen, isReadable, lastModified, readableChannel, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.core.io.Resource
getContentAsByteArray, getContentAsString
-
Constructor Details
-
NonExistingResource
public NonExistingResource()
-
-
Method Details
-
exists
public boolean exists()- Specified by:
exists
in interfaceorg.springframework.core.io.Resource
- Overrides:
exists
in classorg.springframework.core.io.AbstractResource
-
getDescription
-
getInputStream
- Throws:
IOException
-