public interface IComponentProfile
IComponentProfile interface is used to configure components,
or get a component configuration.| Modifier and Type | Method and Description |
|---|---|
void |
getComponentProfile(IComponent pComponent,
XmlNode pProfile)
Gets additional configuration of a component.
|
void |
setComponentProfile(IComponent pComponent,
XmlNode pProfile)
Sets the configuration of a component.
|
void getComponentProfile(IComponent pComponent, XmlNode pProfile) throws Exception
pComponent - the componentpProfile - the profileException - if profile detection failsvoid setComponentProfile(IComponent pComponent, XmlNode pProfile) throws Exception
pComponent - the componentpProfile - the profileException - if setting profile failsCopyright © 2020 SIB Visions GmbH. All Rights Reserved.