Class RuntimeComponent

    • Constructor Detail

      • RuntimeComponent

        public RuntimeComponent​(RuntimeInstallation installation,
                                IRuntimeComponentType type)
        Creates an instance of RuntimeComponent.
        Parameters:
        installation - the owner installation of 1C:Enterprise runtime, cannot be null
        type - the 1C:Enterprise runtime component type, cannot be null
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: IRuntimeComponent
        Returns a name of the 1C:Enterprise runtime installation component. If component has no specific name it can return type name.
        Specified by:
        getName in interface IRuntimeComponent
        Returns:
        the name of the 1C:Enterprise runtime installation component, never null
      • getLocation

        public URI getLocation()
        Description copied from interface: IRuntimeComponent
        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.
        Specified by:
        getLocation in interface IRuntimeComponent
        Returns:
        the location of the 1C:Enterprise runtime installation component, never null