Class ConsoleMgrCanonical


  • public class ConsoleMgrCanonical
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String footer  
    • 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.Object convert​(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.String getAppName()  
      void regConverter​(io.aether.utils.CTypeI<?> type, io.aether.utils.interfaces.AFunction<java.lang.String,​java.lang.Object> f)  
      <T> void regResultConverter​(java.lang.String format, io.aether.utils.CTypeI<T> type, io.aether.utils.interfaces.AFunction<T,​byte[]> f)  
      <T> void regResultConverterCtx​(java.lang.String format, io.aether.utils.CTypeI<T> type, io.aether.utils.interfaces.ABiFunction<ConsoleMgrCanonical.ResCtx,​T,​byte[]> f)  
      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)  
      void setStd​(java.io.ByteArrayInputStream stdin)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • footer

        public java.lang.String footer
    • Constructor Detail

      • ConsoleMgrCanonical

        public ConsoleMgrCanonical​(java.lang.String... args)
    • 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)