Uses of Interface
org.apache.maven.shared.io.location.LocatorStrategy
Packages that use LocatorStrategy
-
Uses of LocatorStrategy in org.apache.maven.shared.io.location
Classes in org.apache.maven.shared.io.location that implement LocatorStrategyModifier and TypeClassDescriptionclass
The locator strategy.class
classpath resource locator strategy.class
file locator strategy.class
URL Locator Strategy.Methods in org.apache.maven.shared.io.location that return types with arguments of type LocatorStrategyMethods in org.apache.maven.shared.io.location with parameters of type LocatorStrategyModifier and TypeMethodDescriptionvoid
Locator.addStrategy
(LocatorStrategy strategy) void
Locator.removeStrategy
(LocatorStrategy strategy) Method parameters in org.apache.maven.shared.io.location with type arguments of type LocatorStrategyConstructor parameters in org.apache.maven.shared.io.location with type arguments of type LocatorStrategyModifierConstructorDescriptionLocator
(List<LocatorStrategy> strategies, MessageHolder messageHolder)