Package com.dslplatform.compiler.client
Class Context
java.lang.Object
com.dslplatform.compiler.client.Context
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidchar[]voidbooleanvoidclose()booleancontains(CompileParameter parameter) booleanvoidvoidget(CompileParameter parameter) static String<T> Tvoidlog(char[] value, int len) void<T> Tvoidput(CompileParameter parameter, String value) voidvoidvoidvoidprivate static voidwrite(PrintStream console, boolean newLine, String... values)
-
Field Details
-
parameters
-
cache
-
console
-
withLog
private boolean withLog -
noPrompt
private boolean noPrompt -
withColor
private boolean withColor
-
-
Constructor Details
-
Context
public Context() -
Context
-
-
Method Details
-
put
-
put
-
contains
-
contains
-
get
-
get
-
cache
-
notify
-
load
-
write
-
show
-
inColor
-
log
-
log
public void log(char[] value, int len) -
warning
-
warning
-
error
-
error
-
canInteract
public boolean canInteract() -
askSafe
-
ask
-
askSecret
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-