Class TagCommand

java.lang.Object
io.guixer.lang.command.TagCommand
All Implemented Interfaces:
Command

public class TagCommand extends Object implements Command
  • Field Details

    • scope

      public final io.guixer.types.AttributeScope scope
    • name

      public final String name
  • Constructor Details

    • TagCommand

      public TagCommand(io.guixer.types.AttributeScope scope, String name)
  • Method Details