Class ScriptPropertyDescriptor


public class ScriptPropertyDescriptor extends Install4JPropertyDescriptor
Property descriptor for properties of type ScriptProperty. With this descriptor you define the return type and the parameters that are passed to the script by Context.runScript(com.install4j.api.beans.ScriptProperty, com.install4j.api.beans.Bean, Object[]) at runtime.

Using this class is not strictly required. In principle, you could also set values for the ATTRIBUTE_* constants in the property descriptor of an unrelated property descriptor class.

See Also: