Class AspectranShell


  • public class AspectranShell
    extends java.lang.Object
    Main entry point for the Aspectran Shell.

    Aspectran Shell is a command interpreter that allows you to run the built-in commands and translets provided by Aspectran in the console environment.

    Since:
    2016. 1. 17.
    • Constructor Summary

      Constructors 
      Constructor Description
      AspectranShell()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void bootstrap​(java.io.File aspectranConfigFile, Console console)  
      static void bootstrap​(java.lang.String basePath, java.io.File aspectranConfigFile, Console console)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • AspectranShell

        public AspectranShell()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • bootstrap

        public static void bootstrap​(java.io.File aspectranConfigFile,
                                     Console console)
      • bootstrap

        public static void bootstrap​(@Nullable
                                     java.lang.String basePath,
                                     java.io.File aspectranConfigFile,
                                     Console console)