An implementation of
VersionMatcher chaining several version matchers, and implemeting
the
VersionMatcher interface by returning results from the first matcher in the chain
accepting the version.
getMatchers() Returns the list of matchers in the chain.
The list is returned as an unmodifiable view on the actual list of matchers, and will thus
reflect futher changes made in the chain.
the list of matchers in the chain.
setSettings(IvySettings settings) Sets the settings this matcher will use, and set to the matcher in the chain which implements
IvySettingsAware .
Parameters: settings - the settings to use in the whole chain.
The list is returned as an unmodifiable view on the actual list of matchers, and will thus
reflect futher changes made in the chain.
the list of matchers in the chain. Is never null.
Sets the settings this matcher will use, and set to the matcher in the chain which implements
IvySettingsAware .
Parameters: settings - the settings to use in the whole chain. Must not be null.
Methods inherited from org.apache.ivy.plugins.version.AbstractVersionMatcher