package saker.nest.support.api.localize
public interface LocalizeBundleWorkerTaskOutput
Output of a bundle localization worker task.
The interface provides access to the localization result path as well as additional bundle information.
Clients shouldn't implement this interface.
public default BundleIdentifier | Gets the bundle identifier of the localized bundle. |
public BundleKey | Gets the bundle key of the localized bundle. |
public SakerPath | Gets the absolute local file system path of the localized bundle. |
Gets the bundle identifier of the localized bundle.
The bundle identifier.
Gets the bundle key of the localized bundle.
The bundle key.
Gets the absolute local file system path of the localized bundle.
The result path.