Class ExpandableConstant

    • Constructor Detail

      • ExpandableConstant

        public ExpandableConstant​(String token)
      • ExpandableConstant

        public ExpandableConstant​(char c)
    • Method Detail

      • expand

        public String expand​(Event event,
                             Map<String,​Map<String,​String>> decode)
        Description copied from interface: ExpandableToken
        Expands a token.
        Specified by:
        expand in interface ExpandableToken
        Parameters:
        event - An event, to expand the token from. May not be null.
        decode - A Map, to help expanding the token. May be null.
        Returns:
        The expanded token.