nest.repository.support Documentation TaskDoc JavaDoc Packages
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.

Methods
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.
public abstract BundleKey getBundleKey()
Gets the bundle key of the localized bundle.
The bundle key.
public abstract SakerPath getLocalPath()
Gets the absolute local file system path of the localized bundle.
The result path.