Package com.elo.gradle.osgi.actions
Class ConfigureLocalesSourceSetAction
java.lang.Object
com.elo.gradle.osgi.actions.ConfigureLocalesSourceSetAction
- All Implemented Interfaces:
org.gradle.api.Action<org.gradle.api.Plugin>
public class ConfigureLocalesSourceSetAction
extends Object
implements org.gradle.api.Action<org.gradle.api.Plugin>
Configures the source set of the given project to include merged locale files
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRecursively looks up all locale files in all dependencies that will be embedded. -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.gradle.api.Plugin plugin) newInstance(org.gradle.api.Project project)
-
Method Details
-
execute
public void execute(org.gradle.api.Plugin plugin) - Specified by:
executein interfaceorg.gradle.api.Action<org.gradle.api.Plugin>
-
newInstance
-