package saker.nest.support.api.localize
public final class BundleLocalizeUtils
Utility class for working with bundle localization functionality.
public static TaskFactory< | createBundleLocalizeWorkerTask( 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. |
public static TaskFactory<? extends LocalizeBundleWorkerTaskOutput> createBundleLocalizeWorkerTask(BundleKey bundlekey) throws NullPointerException
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
.public static TaskIdentifier createBundleLocalizeWorkerTaskIdentifier(BundleKey bundlekey) throws NullPointerException
Creates a task identifier that can be used to start a bundle localization task.
The task identifer should be used with the createBundleLocalizeWorkerTask(
bundlekeyThe bundle key of the bundle that is being localized.
The task identifier.
NullPointerExceptionIf the argument is
null
.