org.mule.module.apikit.validation.io
Class JsonSchemaResource

java.lang.Object
  extended by org.springframework.core.io.AbstractResource
      extended by org.springframework.core.io.AbstractFileResolvingResource
          extended by org.mule.module.apikit.validation.io.JsonSchemaResource
All Implemented Interfaces:
org.springframework.core.io.InputStreamSource, org.springframework.core.io.Resource

public class JsonSchemaResource
extends org.springframework.core.io.AbstractFileResolvingResource


Constructor Summary
JsonSchemaResource(String className, ClassLoader classLoader)
           
 
Method Summary
 String getDescription()
           
 InputStream getInputStream()
           
 
Methods inherited from class org.springframework.core.io.AbstractFileResolvingResource
contentLength, exists, getFile, getFile, getFileForLastModifiedCheck, isReadable, lastModified
 
Methods inherited from class org.springframework.core.io.AbstractResource
createRelative, equals, getFilename, getURI, getURL, hashCode, isOpen, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsonSchemaResource

public JsonSchemaResource(String className,
                          ClassLoader classLoader)
Method Detail

getDescription

public String getDescription()

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException


Copyright © 2013. All rights reserved.