Uses of Class
com.github.robtimus.maven.plugins.i18n.Scope
-
-
Uses of Scope in com.github.robtimus.maven.plugins.i18n
Fields in com.github.robtimus.maven.plugins.i18n declared as Scope Modifier and Type Field Description (package private) ScopeGenerateMojo. scopeThe scope of the project source root,compileortest.Methods in com.github.robtimus.maven.plugins.i18n that return Scope Modifier and Type Method Description static ScopeScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-