public interface IAccessFactory
| Modifier and Type | Field and Description |
|---|---|
static Boolean |
DEFAULT_PROPERTY_ACCEPT_NULL_PATH
Default is to accept null paths as null.
|
static Boolean |
DEFAULT_PROPERTY_INVALID_PATH_AS_NULL
Default is to not accept invalid paths.
|
static String |
FEATURE_PROPERTY_ACCEPT_NULL_PATH
Feature to accept children properties as null a parent object in path is
null.
|
static String |
FEATURE_PROPERTY_INVALID_PATH_AS_NULL
Feature to accept invalid property paths as null.
|
static final String FEATURE_PROPERTY_ACCEPT_NULL_PATH
static final Boolean DEFAULT_PROPERTY_ACCEPT_NULL_PATH
static final String FEATURE_PROPERTY_INVALID_PATH_AS_NULL
static final Boolean DEFAULT_PROPERTY_INVALID_PATH_AS_NULL
IAccess newAccess(Object target, String name)
target - The target object.name - The feature name.Object getProperty(Object object, String property) throws PluginException
str path in object.object - A object to inspect.property - A property path.PluginException - On lookup errors.Copyright © 2016. All rights reserved.