public class AndroidConfigReader extends BaseConfigReader
Resolves references by using Context.getResources first. Resource strings should be
of the form @com.foo:raw/metawidget_metadata.
mFactory| Constructor and Description |
|---|
AndroidConfigReader(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createNative(String name,
Class<?> namespace,
String recordedText)
Overridden to process
ints using Resources.getIdentifier |
configure, configure, createLazyResolvingNative, createNativeCollection, getResourceResolver, isImmutable, isLazyResolvingNative, isNative, lookupClass, lookupClassprotected Object createNative(String name, Class<?> namespace, String recordedText) throws Exception
ints using Resources.getIdentifier
Resource strings should be of the form @style/section.
createNative in class BaseConfigReadernamespace - the Class of the object under constructionExceptionCopyright © 2015. All Rights Reserved.