Java org.apache.ibatis.io Resources fields, constructors, methods, implement or subclass

Example usage for Java org.apache.ibatis.io Resources fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.ibatis.io Resources.

The text is from its open source code.

Method

ClassclassForName(String className)
Loads a class
FilegetResourceAsFile(String resource)
Returns a resource on the classpath as a File object
PropertiesgetResourceAsProperties(String resource)
Returns a resource on the classpath as a Properties object
ReadergetResourceAsReader(String resource)
Returns a resource on the classpath as a Reader object
ReadergetResourceAsReader(ClassLoader loader, String resource)
Returns a resource on the classpath as a Reader object
InputStreamgetResourceAsStream(String resource)
Returns a resource on the classpath as a Stream object
InputStreamgetResourceAsStream(ClassLoader loader, String resource)
Returns a resource on the classpath as a Stream object
URLgetResourceURL(String resource)
Returns the URL of the resource on the classpath
PropertiesgetUrlAsProperties(String urlString)
Gets a URL as a Properties object
ReadergetUrlAsReader(String urlString)
Gets a URL as a Reader
InputStreamgetUrlAsStream(String urlString)
Gets a URL as an input stream