Class LaunchableRuntimeComponent

    • Constructor Detail

      • LaunchableRuntimeComponent

        public LaunchableRuntimeComponent​(RuntimeInstallation installation,
                                          File launchable,
                                          IRuntimeComponentType type)
        Creates an instance of LaunchableRuntimeComponent.
        Parameters:
        installation - the owner installation of 1C:Enterprise platform, cannot be null
        launchable - the launchable file of this component, cannot be null
        type - the type 1C:Enterprise runtime component type, cannot be null
      • LaunchableRuntimeComponent

        public LaunchableRuntimeComponent​(RuntimeInstallation installation,
                                          URI launchable,
                                          IRuntimeComponentType type)
        Creates an instance of LaunchableRuntimeComponent.
        Parameters:
        installation - the owner installation of 1C:Enterprise platform, cannot be null
        launchable - the launchable URI of this component, cannot be null
        type - the type 1C:Enterprise Runtime component type, cannot be null
    • Method Detail

      • getFile

        public File getFile()
        Description copied from interface: ILaunchableRuntimeComponent
        Returns a launchable file of this component, that can be used by appropriate executors.
        Specified by:
        getFile in interface ILaunchableRuntimeComponent
        Returns:
        a launchable file of this component, that can be used by appropriate executors, never null