Class InfobaseCommandBuilder


  • public class InfobaseCommandBuilder
    extends Object
    The command builder for ibcmd infobase.
    • Constructor Detail

      • InfobaseCommandBuilder

        public InfobaseCommandBuilder​(List<String> args)
        Creates the new InfobaseCommandBuilder.
        Parameters:
        args - the command arguemtns, cannot be null
    • Method Detail

      • config

        public InfobaseConfigCommandBuilder config()
        Sets command to perform configuration action.
        Returns:
        a reference to the command builder, never null
      • create

        public InfobaseArgumentBuilder create()
        Sets command to perform create.
        Returns:
        a reference to the command builder, never null
      • dump

        public InfobaseArgumentBuilder dump()
        Sets command to perform dump.
        Returns:
        a reference to the command builder, never null
      • restore

        public InfobaseArgumentBuilder restore()
        Sets command to perform restore.
        Returns:
        a reference to the command builder, never null
      • clear

        public InfobaseArgumentBuilder clear()
        Sets command to perform clear.
        Returns:
        a reference to the command builder, never null