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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
     

    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
  • Constructor Details

    • NonExistingResource

      public NonExistingResource()
  • Method Details

    • exists

      public boolean exists()
      Specified by:
      exists in interface org.springframework.core.io.Resource
      Overrides:
      exists in class org.springframework.core.io.AbstractResource
    • getDescription

      public String getDescription()
    • getInputStream

      public InputStream getInputStream() throws IOException
      Throws:
      IOException