Interface SMFFilterCommandModuleType

  • All Known Implementing Classes:
    SMFFilterCommandModule

    @Immutable
    public interface SMFFilterCommandModuleType
    A module containing filter commands.
    • Method Detail

      • name

        @Parameter
        java.lang.String name()
        Returns:
        The module name
      • parsers

        @Parameter
        java.util.Map<java.lang.String,​SMFFilterCommandParserType> parsers()
        Returns:
        The available command parsers, by name