nest.repository.support Documentation TaskDoc JavaDoc Packages
public interface LocalizeBundleTaskOutput
Interface representing the output of the bundle localization task.

The interface provides access to the paths and localization results of the requested bundles. The results are available through strucuted task results, as the bundle localization are delegated to worker tasks.

Clients shouldn't implement this interface.

Methods
public StructuredListTaskResult
Gets the structured task result of the result bundle local file system paths.
public StructuredListTaskResult
Gets the localization worker task results of each bundle localization request.
Gets the structured task result of the result bundle local file system paths.

The elements of the result are instance of SakerPath that represent the absolute local file system paths of the localized bundles.

The bundle paths.
Gets the localization worker task results of each bundle localization request.

The result contains elements that are instances of LocalizeBundleWorkerTaskOutput

The localization results.