Package io.aether.utils.consoleCanonical
Class ConsoleMgrCanonical
- java.lang.Object
-
- io.aether.utils.consoleCanonical.ConsoleMgrCanonical
-
public class ConsoleMgrCanonical extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConsoleMgrCanonical.Aliasstatic interfaceConsoleMgrCanonical.Apistatic interfaceConsoleMgrCanonical.Docstatic interfaceConsoleMgrCanonical.Examplestatic interfaceConsoleMgrCanonical.Examplesstatic interfaceConsoleMgrCanonical.OptionalclassConsoleMgrCanonical.ResCtxstatic interfaceConsoleMgrCanonical.ResultFormatsstatic interfaceConsoleMgrCanonical.StdIn
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringfooter
-
Constructor Summary
Constructors Constructor Description ConsoleMgrCanonical(java.lang.String... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectconvert(io.aether.utils.CTypeI<?> type, java.lang.String s)io.aether.utils.futures.ARFuture<java.lang.Object>execute(io.aether.utils.CTypeI<?> type, java.lang.Object api)io.aether.utils.futures.ARFuture<java.lang.Object>execute(io.aether.utils.CTypeI<?> type, java.lang.Object api, java.lang.reflect.Method m)io.aether.utils.futures.ARFuture<java.lang.Object>execute(java.lang.Object api)java.lang.StringgetAppName()voidregConverter(io.aether.utils.CTypeI<?> type, io.aether.utils.interfaces.AFunction<java.lang.String,java.lang.Object> f)<T> voidregResultConverter(java.lang.String format, io.aether.utils.CTypeI<T> type, io.aether.utils.interfaces.AFunction<T,byte[]> f)<T> voidregResultConverterCtx(java.lang.String format, io.aether.utils.CTypeI<T> type, io.aether.utils.interfaces.ABiFunction<ConsoleMgrCanonical.ResCtx,T,byte[]> f)voidresult(io.aether.utils.CTypeI<?> type, java.lang.Object val, java.lang.String fileOutStr, java.lang.String fileOutFormatStr, java.lang.String consoleFormatStr, java.lang.String fileAppend)voidsetStd(java.io.ByteArrayInputStream stdin)
-
-
-
Method Detail
-
regResultConverter
public <T> void regResultConverter(java.lang.String format, io.aether.utils.CTypeI<T> type, io.aether.utils.interfaces.AFunction<T,byte[]> f)
-
regResultConverterCtx
public <T> void regResultConverterCtx(java.lang.String format, io.aether.utils.CTypeI<T> type, io.aether.utils.interfaces.ABiFunction<ConsoleMgrCanonical.ResCtx,T,byte[]> f)
-
regConverter
public void regConverter(io.aether.utils.CTypeI<?> type, io.aether.utils.interfaces.AFunction<java.lang.String,java.lang.Object> f)
-
convert
public java.lang.Object convert(io.aether.utils.CTypeI<?> type, java.lang.String s)
-
execute
public io.aether.utils.futures.ARFuture<java.lang.Object> execute(io.aether.utils.CTypeI<?> type, java.lang.Object api, java.lang.reflect.Method m)
-
result
public void result(io.aether.utils.CTypeI<?> type, java.lang.Object val, java.lang.String fileOutStr, java.lang.String fileOutFormatStr, java.lang.String consoleFormatStr, java.lang.String fileAppend)
-
getAppName
public java.lang.String getAppName()
-
execute
public io.aether.utils.futures.ARFuture<java.lang.Object> execute(java.lang.Object api)
-
execute
public io.aether.utils.futures.ARFuture<java.lang.Object> execute(io.aether.utils.CTypeI<?> type, java.lang.Object api)
-
setStd
public void setStd(java.io.ByteArrayInputStream stdin)
-
-