Openwings API Documentation (v1.1)

net.openwings.install
Interface InstallableComponentDescriptorPolicy

All Superinterfaces:
Policy, java.io.Serializable

public interface InstallableComponentDescriptorPolicy
extends Policy

This interface provides a policy that may be used to store an InstallableComponentDescriptor.


Method Summary
 InstallableComponentDescriptor getComponentDescriptor()
          This method retrieves the component descriptor stored in the policy
 void setComponentDescriptor(InstallableComponentDescriptor installableComponentDescriptor)
          This method sets the component descriptor stored in the policy.
 
Methods inherited from interface net.openwings.policy.Policy
getDescription, getLastLoadURL, getName, getPolicyAttributes, getPolicyElements, isPolicyUpdated, loadPolicy, loadPolicy, savePolicy, savePolicy, savePolicy, setDescription, setName, setPolicyUpdated
 

Method Detail

getComponentDescriptor

public InstallableComponentDescriptor getComponentDescriptor()
This method retrieves the component descriptor stored in the policy

Returns:
the component descriptor

setComponentDescriptor

public void setComponentDescriptor(InstallableComponentDescriptor installableComponentDescriptor)
This method sets the component descriptor stored in the policy.


Openwings API Documentation (v1.1)