org.mule.module.apikit.validation.io
Class SchemaResourceLoader
java.lang.Object
org.springframework.core.io.DefaultResourceLoader
org.mule.module.apikit.validation.io.SchemaResourceLoader
- All Implemented Interfaces:
- org.springframework.core.io.ResourceLoader
public class SchemaResourceLoader
- extends org.springframework.core.io.DefaultResourceLoader
| Fields inherited from interface org.springframework.core.io.ResourceLoader |
CLASSPATH_URL_PREFIX |
| 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 |
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
SchemaResourceLoader
public SchemaResourceLoader(ClassLoader classLoader)
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.