Interface IRuntimeComponent

    • Method Detail

      • getName

        String getName()
        Returns a name of the 1C:Enterprise runtime installation component. If component has no specific name it can return type name.
        Returns:
        the name of the 1C:Enterprise runtime installation component, never null
      • getLocation

        URI getLocation()
        Returns a location of this 1C:Enterprise runtime installation component. If component has no specific location it can return owner 1C:Enterprise runtime installation location.
        Returns:
        the location of the 1C:Enterprise runtime installation component, never null
      • getInstallation

        RuntimeInstallation getInstallation()
        Returns the owner 1C:Enterprise runtime installation instance.
        Returns:
        the owner 1C:Enterprise runtime installation instance, never null