public class TranslatedConfigView extends Object implements org.jvnet.hk2.config.ConfigView
| Modifier and Type | Method and Description |
|---|---|
static String |
getAlias(String propName)
check if a given property name matches AS alias pattern ${ALIAS=aliasname}.
|
org.jvnet.hk2.config.ConfigView |
getMasterView() |
<T extends org.jvnet.hk2.config.ConfigBeanProxy> |
getProxy(Class<T> proxyType) |
<T extends org.jvnet.hk2.config.ConfigBeanProxy> |
getProxyType() |
static String |
getRealPasswordFromAlias(String at) |
static Object |
getTranslatedValue(Object value) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static void |
setHabitat(org.glassfish.hk2.api.ServiceLocator h) |
void |
setMasterView(org.jvnet.hk2.config.ConfigView view) |
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic org.jvnet.hk2.config.ConfigView getMasterView()
getMasterView in interface org.jvnet.hk2.config.ConfigViewpublic void setMasterView(org.jvnet.hk2.config.ConfigView view)
setMasterView in interface org.jvnet.hk2.config.ConfigViewpublic <T extends org.jvnet.hk2.config.ConfigBeanProxy> Class<T> getProxyType()
getProxyType in interface org.jvnet.hk2.config.ConfigViewpublic <T extends org.jvnet.hk2.config.ConfigBeanProxy> T getProxy(Class<T> proxyType)
getProxy in interface org.jvnet.hk2.config.ConfigViewpublic static void setHabitat(org.glassfish.hk2.api.ServiceLocator h)
public static String getAlias(String propName)
propName - The property name to resolve. ex. ${ALIAS=aliasname}.public static String getRealPasswordFromAlias(String at) throws KeyStoreException, CertificateException, IOException, NoSuchAlgorithmException, UnrecoverableKeyException
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.