Uses of Class
com.dslplatform.mojo.MojoContext
-
Packages that use MojoContext Package Description com.dslplatform.mojo -
-
Uses of MojoContext in com.dslplatform.mojo
Fields in com.dslplatform.mojo declared as MojoContext Modifier and Type Field Description private MojoContextDslPlatformMojo. contextprivate MojoContextGenerateCodeMojo. contextprivate MojoContextSqlMigrationMojo. contextMethods in com.dslplatform.mojo that return MojoContext Modifier and Type Method Description MojoContextDslPlatformMojo. getContext()MojoContextGenerateCodeMojo. getContext()MojoContextSqlMigrationMojo. getContext()MojoContextMojoContext. with(com.dslplatform.compiler.client.CompileParameter parameter)MojoContextMojoContext. with(com.dslplatform.compiler.client.CompileParameter parameter, java.lang.String value)MojoContextMojoContext. with(com.dslplatform.compiler.client.parameters.Settings.Option option)MojoContextMojoContext. with(java.lang.String option)MojoContextMojoContext. with(java.lang.String option, java.lang.String value)MojoContextMojoContext. with(java.util.List<com.dslplatform.compiler.client.parameters.Settings.Option> settings)<K> MojoContextMojoContext. with(java.util.Map<K,java.lang.String> compileParameters)Methods in com.dslplatform.mojo with parameters of type MojoContext Modifier and Type Method Description private voidGenerateCodeMojo. copyGeneratedSources(MojoContext context, com.dslplatform.compiler.client.parameters.Targets.Option parsedTarget)private voidGenerateCodeMojo. registerServices(MojoContext context)(package private) static voidUtils. runCompiler(MojoContext context, java.lang.String plugins, java.lang.String dsl, java.lang.String compiler)
-