Package com.day.util

Class URLExpander

java.lang.Object
com.day.util.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 Details

    • URLExpander

      public URLExpander()
  • Method Details

    • 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