nest.repository.support Documentation TaskDoc JavaDoc Packages
public final class BundleLocalizeUtils
Utility class for working with bundle localization functionality.
Methods
public static TaskFactory<extends LocalizeBundleWorkerTaskOutput>
Creates a build task that localizes the specified bundle.
public static TaskIdentifier
Creates a task identifier that can be used to start a bundle localization task.
Creates a build task that localizes the specified bundle.
bundlekeyThe bundle key of the bundle that is being localized.
The bundle localization task.
NullPointerExceptionIf the argument is null.
Creates a task identifier that can be used to start a bundle localization task.

The task identifer should be used with the createBundleLocalizeWorkerTask(BundleKey) task.

bundlekeyThe bundle key of the bundle that is being localized.
The task identifier.
NullPointerExceptionIf the argument is null.