public class RiceLoader extends Object
Constructor and Description |
---|
RiceLoader() |
Modifier and Type | Method and Description |
---|---|
protected static Properties |
convert(Config config) |
protected static Config |
getConfig(InputStream in) |
protected static Config |
getConfig(String location) |
static Properties |
load(File file) |
static Properties |
load(InputStream in) |
static Properties |
load(String location) |
protected static <T> T |
unmarshal(Class<T> type,
InputStream in) |
public RiceLoader()
public static Properties load(File file)
public static Properties load(String location)
public static Properties load(InputStream in) throws IOException
IOException
protected static Properties convert(Config config)
protected static Config getConfig(InputStream in) throws IOException
IOException
protected static <T> T unmarshal(Class<T> type, InputStream in) throws IOException
IOException
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.