Uses of Class
security.whisper.javastix.coo.extension.types.WindowsServiceExtension
Packages that use WindowsServiceExtension
-
Uses of WindowsServiceExtension in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types that return WindowsServiceExtensionModifier and TypeMethodDescriptionWindowsServiceExtension.Builder.build()Builds a newWindowsServiceExtension.static WindowsServiceExtensionWindowsServiceExtension.copyOf(WindowsServiceExtensionExt instance) Creates an immutable copy of aWindowsServiceExtensionExtvalue.final WindowsServiceExtensionWindowsServiceExtension.withCustomProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomPropertiesmap with the specified map.final WindowsServiceExtensionWindowsServiceExtension.withDisplayName(String value) Copy the current immutable object by setting a present value for the optionaldisplayNameattribute.final WindowsServiceExtensionWindowsServiceExtension.withDisplayName(Optional<String> optional) Copy the current immutable object by setting an optional value for thedisplayNameattribute.final WindowsServiceExtensionWindowsServiceExtension.withGroupName(String value) Copy the current immutable object by setting a present value for the optionalgroupNameattribute.final WindowsServiceExtensionWindowsServiceExtension.withGroupName(Optional<String> optional) Copy the current immutable object by setting an optional value for thegroupNameattribute.final WindowsServiceExtensionWindowsServiceExtension.withServiceName(String value) Copy the current immutable object by setting a value for theserviceNameattribute.final WindowsServiceExtensionWindowsServiceExtension.withServiceStartType(String value) Copy the current immutable object by setting a present value for the optionalserviceStartTypeattribute.final WindowsServiceExtensionWindowsServiceExtension.withServiceStartType(Optional<String> optional) Copy the current immutable object by setting an optional value for theserviceStartTypeattribute.final WindowsServiceExtensionWindowsServiceExtension.withServiceStatus(String value) Copy the current immutable object by setting a present value for the optionalserviceStatusattribute.final WindowsServiceExtensionWindowsServiceExtension.withServiceStatus(Optional<String> optional) Copy the current immutable object by setting an optional value for theserviceStatusattribute.final WindowsServiceExtensionWindowsServiceExtension.withServiceType(String value) Copy the current immutable object by setting a present value for the optionalserviceTypeattribute.final WindowsServiceExtensionWindowsServiceExtension.withServiceType(Optional<String> optional) Copy the current immutable object by setting an optional value for theserviceTypeattribute.final WindowsServiceExtensionCopy the current immutable object by setting a value for thetypeattribute.