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
      java.lang.String loadedExtensions()
      Returns the loaded extensions in a comma-delimited string.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • loadedExtensions

        java.lang.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