org.apache.ivy.plugins.resolver.util

Interface URLLister

public interface URLLister

Method Summary
booleanaccept(String pattern)
Indicates if this lister is able to list urls with the given pattern.
ListlistAll(URL url)

Method Detail

accept

public boolean accept(String pattern)
Indicates if this lister is able to list urls with the given pattern. In general, only protocol is used.

Parameters: pattern

Returns:

listAll

public List listAll(URL url)