Class DefaultShellService

    • Method Detail

      • translate

        public Translet translate​(TransletCommandLine transletCommandLine,
                                  Console console)
        Description copied from interface: ShellService
        Executes translet.
        Parameters:
        transletCommandLine - the translet command line
        console - the Console instance
        Returns:
        the Translet instance
      • create

        public static DefaultShellService create​(AspectranConfig aspectranConfig,
                                                 Console console)
        Returns a new instance of DefaultShellService.
        Parameters:
        aspectranConfig - the aspectran configuration
        console - the Console instance
        Returns:
        the instance of DefaultShellService