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 TypeClassDescriptionclassThe locator strategy.classclasspath resource locator strategy.classfile locator strategy.classURL Locator Strategy.Fields in org.apache.maven.shared.io.location with type parameters of type LocatorStrategyMethods 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 TypeMethodDescriptionvoidLocator.addStrategy(LocatorStrategy strategy) voidLocator.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)