Package com.day.util

Class URLExpander

  • All Implemented Interfaces:
    HandleExpander

    public class URLExpander
    extends Object
    implements HandleExpander
    The handler expander is used to expand a globbing pattern to a list of handles, that match the given pattern.
    Since:
    antbear
    • Constructor Detail

      • URLExpander

        public URLExpander()
    • Method Detail

      • expand

        public String[] expand​(String pattern)
        Expand the handles. assuming fully qualified URI's
        Specified by:
        expand in interface HandleExpander
        Parameters:
        pattern - the pattern to match.
        Returns:
        an array of handles that are expanded from the pattern