Interface IInstallService
- All Superinterfaces:
IComponent
,IInitializable
Install service inteface
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
-
Field Details
-
PROPERTY_CONFIG_FILE
- See Also:
-
-
Method Details
-
install
Installs a component using given location. Some components may install several subcomponents- Parameters:
componentLocation
- the location of the component fileproperties
- optional map of properties, may be null- Throws:
PortalException
-
uninstall
Uninstalls a component using given location. Some components may uninstall several subcomponents- Parameters:
componentLocation
- the location of the component fileproperties
- optional map of properties, may be null- Throws:
PortalException
-