类 Requirements.DependencyBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.microbean.helm.chart.Requirements.DependencyBeanInfo
-
- 所有已实现的接口:
BeanInfo
- 封闭类:
- Requirements
public static final class Requirements.DependencyBeanInfo extends SimpleBeanInfo
ASimpleBeanInfodescribing the Java Bean properties for theRequirements.Dependencyclass; not normally used directly by end users.- 作者:
- Laird Nelson
- 另请参阅:
SimpleBeanInfo
-
-
字段概要
-
从接口继承的字段 java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
-
构造器概要
构造器 构造器 说明 DependencyBeanInfo()Creates a newRequirements.DependencyBeanInfo.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 PropertyDescriptor[]getPropertyDescriptors()Returns an array ofPropertyDescriptors describing theRequirements.Dependencyclass.
-
-
-
构造器详细资料
-
DependencyBeanInfo
public DependencyBeanInfo() throws IntrospectionExceptionCreates a newRequirements.DependencyBeanInfo.- 抛出:
IntrospectionException- if there was a problem creating aPropertyDescriptor- 另请参阅:
getPropertyDescriptors()
-
-
方法详细资料
-
getPropertyDescriptors
public final PropertyDescriptor[] getPropertyDescriptors()
Returns an array ofPropertyDescriptors describing theRequirements.Dependencyclass.This method never returns
null.- 指定者:
getPropertyDescriptors在接口中BeanInfo- 覆盖:
getPropertyDescriptors在类中SimpleBeanInfo- 返回:
- a non-
null, non-empty array ofPropertyDescriptors
-
-