Uses of Interface
org.jvnet.hk2.config.ConfigView
Packages that use ConfigView
-
Uses of ConfigView in org.jvnet.hk2.config
Classes in org.jvnet.hk2.config that implement ConfigViewModifier and TypeClassDescriptionclassConfigBean is the core implementation of the config beans.classA WriteableView is a view of a ConfigBean object that allow access to the setters of the ConfigBean.Methods in org.jvnet.hk2.config that return ConfigViewModifier and TypeMethodDescriptionstatic ConfigViewConfigSupport.getImpl(ConfigBeanProxy source) Return the main implementation bean for a proxy.ConfigView.getMasterView()Methods in org.jvnet.hk2.config with parameters of type ConfigViewModifier and TypeMethodDescriptionvoidConfigBean.setMasterView(ConfigView view) voidConfigView.setMasterView(ConfigView view) voidWriteableView.setMasterView(ConfigView view)