Uses of Class
com.github.cleydyr.dart.command.enums.Style
-
Packages that use Style Package Description com.github.cleydyr.dart.command com.github.cleydyr.dart.command.builder com.github.cleydyr.dart.command.enums com.github.cleydyr.maven.plugin -
-
Uses of Style in com.github.cleydyr.dart.command
Methods in com.github.cleydyr.dart.command with parameters of type Style Modifier and Type Method Description voidAbstractSassCommand. setStyle(Style style) -
Uses of Style in com.github.cleydyr.dart.command.builder
Methods in com.github.cleydyr.dart.command.builder with parameters of type Style Modifier and Type Method Description SassCommandBuilderAbstractSassCommandBuilder. withStyle(Style style)SassCommandBuilderSassCommandBuilder. withStyle(Style style) -
Uses of Style in com.github.cleydyr.dart.command.enums
Methods in com.github.cleydyr.dart.command.enums that return Style Modifier and Type Method Description static StyleStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static Style[]Style. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Style in com.github.cleydyr.maven.plugin
Methods in com.github.cleydyr.maven.plugin that return Style Modifier and Type Method Description StyleCompileSassMojo. getStyle()Methods in com.github.cleydyr.maven.plugin with parameters of type Style Modifier and Type Method Description voidCompileSassMojo. setStyle(Style style)
-