------------------------------------------------
Baleen\\Cli\\CommandBus\\Repository\\ListMessage
------------------------------------------------

.. php:namespace: Baleen\\Cli\\CommandBus\\Repository

.. php:class:: ListMessage

    Class ListMessage.

    .. php:attr:: repository

        protected RepositoryInterface

    .. php:attr:: filesystem

        protected Filesystem

    .. php:attr:: comparator

        protected callable

    .. php:attr:: config

        protected ConfigInterface

    .. php:attr:: input

        protected InputInterface

    .. php:attr:: output

        protected OutputInterface

    .. php:attr:: cliCommand

        protected Command

    .. php:method:: configure(Command $command)

        configure.

        :type $command: Command
        :param $command:

    .. php:method:: getRepository()

        :returns: RepositoryInterface

    .. php:method:: setRepository(RepositoryInterface $repository)

        :type $repository: RepositoryInterface
        :param $repository:

    .. php:method:: getFilesystem()

        :returns: Filesystem

    .. php:method:: setFilesystem(Filesystem $filesystem)

        :type $filesystem: Filesystem
        :param $filesystem:

    .. php:method:: getComparator()

        :returns: callable

    .. php:method:: setComparator($comparator)

        :type $comparator: callable
        :param $comparator:

    .. php:method:: getConfig()

    .. php:method:: setConfig(ConfigInterface $config)

        :type $config: ConfigInterface
        :param $config:

    .. php:method:: getInput()

    .. php:method:: setInput(InputInterface $input)

        :type $input: InputInterface
        :param $input:

    .. php:method:: getOutput()

    .. php:method:: setOutput(OutputInterface $output)

        :type $output: OutputInterface
        :param $output:

    .. php:method:: getCliCommand()

        :returns: Command

    .. php:method:: setCliCommand(Command $cliCommand)

        :type $cliCommand: Command
        :param $cliCommand:
