Class Federate

java.lang.Object
org.eclipse.rdf4j.console.command.ConsoleCommand
org.eclipse.rdf4j.console.command.Federate
All Implemented Interfaces:
Command, Help

public class Federate extends ConsoleCommand
Implements the 'federate' command for the RDF4J Console.
Author:
Dale Visser
  • Constructor Details

    • Federate

      public Federate(ConsoleIO consoleIO, ConsoleState state)
      Constructor
      Parameters:
      consoleIO -
      state -
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Help
      Get the name of the command
      Returns:
      string
    • getHelpShort

      public String getHelpShort()
      Description copied from class: ConsoleCommand
      Get short description, small enough to fit on one console row
      Specified by:
      getHelpShort in interface Help
      Overrides:
      getHelpShort in class ConsoleCommand
      Returns:
      help string
    • getHelpLong

      public String getHelpLong()
      Description copied from class: ConsoleCommand
      Get long description
      Specified by:
      getHelpLong in interface Help
      Overrides:
      getHelpLong in class ConsoleCommand
      Returns:
      string, can be multiple lines
    • execute

      public void execute(String... parameters)
      Executes a 'federate' command for the RDF4J Console.
      Specified by:
      execute in interface Command
      Overrides:
      execute in class ConsoleCommand
      Parameters:
      parameters - the expectations for the tokens in this array are fully documented in PrintHelp .