Package com.dslplatform.mojo
Class MojoContext
java.lang.Object
com.dslplatform.compiler.client.Context
com.dslplatform.mojo.MojoContext
- All Implemented Interfaces:
Closeable,AutoCloseable
class MojoContext
extends com.dslplatform.compiler.client.Context
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final StringBuilder(package private) final org.apache.maven.plugin.logging.Log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidlog(char[] value, int len) voidvoidvoidvoidwith(com.dslplatform.compiler.client.CompileParameter parameter) with(com.dslplatform.compiler.client.parameters.Settings.Option option) <K> MojoContextMethods inherited from class com.dslplatform.compiler.client.Context
ask, askSecret, cache, canInteract, close, contains, contains, get, get, inColor, load, notify, put, put
-
Field Details
-
errorLog
-
log
final org.apache.maven.plugin.logging.Log log
-
-
Constructor Details
-
MojoContext
MojoContext(org.apache.maven.plugin.logging.Log log)
-
-
Method Details
-
with
-
with
-
with
-
with
-
with
-
with
-
with
-
show
- Overrides:
showin classcom.dslplatform.compiler.client.Context
-
log
- Overrides:
login classcom.dslplatform.compiler.client.Context
-
log
public void log(char[] value, int len) - Overrides:
login classcom.dslplatform.compiler.client.Context
-
warning
- Overrides:
warningin classcom.dslplatform.compiler.client.Context
-
warning
- Overrides:
warningin classcom.dslplatform.compiler.client.Context
-
error
- Overrides:
errorin classcom.dslplatform.compiler.client.Context
-
error
- Overrides:
errorin classcom.dslplatform.compiler.client.Context
-