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

java.lang.Object
  extended by org.springframework.core.io.DefaultResourceLoader
      extended by org.mule.module.apikit.validation.io.SchemaResourceLoader
All Implemented Interfaces:
org.springframework.core.io.ResourceLoader

public class SchemaResourceLoader
extends org.springframework.core.io.DefaultResourceLoader


Field Summary
static String JSON_SCHEMA_PREFIX
           
static String XML_SCHEMA_PREFIX
           
 
Fields inherited from interface org.springframework.core.io.ResourceLoader
CLASSPATH_URL_PREFIX
 
Constructor Summary
SchemaResourceLoader(ClassLoader classLoader)
           
 
Method Summary
 org.springframework.core.io.Resource getResource(String location)
           
 
Methods inherited from class org.springframework.core.io.DefaultResourceLoader
getClassLoader, getResourceByPath, setClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JSON_SCHEMA_PREFIX

public static final String JSON_SCHEMA_PREFIX
See Also:
Constant Field Values

XML_SCHEMA_PREFIX

public static final String XML_SCHEMA_PREFIX
See Also:
Constant Field Values
Constructor Detail

SchemaResourceLoader

public SchemaResourceLoader(ClassLoader classLoader)
Method Detail

getResource

public org.springframework.core.io.Resource getResource(String location)
Specified by:
getResource in interface org.springframework.core.io.ResourceLoader
Overrides:
getResource in class org.springframework.core.io.DefaultResourceLoader


Copyright © 2013. All rights reserved.