Class BootCommandService

  • All Implemented Interfaces:
    org.glassfish.hk2.api.PostConstruct

    @Service
    @RunLevel(9)
    public class BootCommandService
    extends Object
    implements org.glassfish.hk2.api.PostConstruct
    • Constructor Detail

      • BootCommandService

        public BootCommandService()
    • Method Detail

      • doBootCommands

        public void doBootCommands​(String file)
        Runs a series of commands from a file
        Parameters:
        file -
      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct