Package step.repository.alm.otaclient
Interface IExtensionManager
-
- All Superinterfaces:
com4j.Com4jObject
public interface IExtensionManager extends com4j.Com4jObject
For HP use. Provides services for extensions manager. Used for UNIT TESTS ONLY!
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
loadedExtensions()
Returns the loaded extensions in a comma-delimited string.
-
-
-
Method Detail
-
loadedExtensions
String loadedExtensions()
Returns the loaded extensions in a comma-delimited string.
Getter method for the COM property "LoadedExtensions"
- Returns:
- Returns a value of type java.lang.String
-
-