Package com.day.util
Class URLExpander
java.lang.Object
com.day.util.URLExpander
- All Implemented Interfaces:
HandleExpander
The handler expander is used to expand a globbing pattern to a list of
handles, that match the given pattern.
- Since:
- antbear
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URLExpander
public URLExpander()
-
-
Method Details
-
expand
Expand the handles. assuming fully qualified URI's- Specified by:
expandin interfaceHandleExpander- Parameters:
pattern- the pattern to match.- Returns:
- an array of handles that are expanded from the pattern
-