| Package | Description |
|---|---|
| org.apache.shiro.config |
Components that support configuring Shiro in any application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnresolveableReferenceException
Exception thrown when a reference to an object is made, but that object cannot be found.
|
| Modifier and Type | Method and Description |
|---|---|
static Ini |
Ini.fromResourcePath(String resourcePath)
Creates a new
Ini instance loaded with the INI-formatted data in the resource at the given path. |
void |
Ini.load(InputStream is)
Loads the INI-formatted text backed by the given InputStream into this instance.
|
void |
Ini.load(String iniConfig)
Loads the specified raw INI-formatted text into this instance.
|
void |
Ini.loadFromPath(String resourcePath)
Loads data from the specified resource path into this current
Ini instance. |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.