Uses of Interface
org.apache.maven.shared.io.location.LocatorStrategy
-
Packages that use LocatorStrategy Package Description org.apache.maven.shared.io.location -
-
Uses of LocatorStrategy in org.apache.maven.shared.io.location
Classes in org.apache.maven.shared.io.location that implement LocatorStrategy Modifier and Type Class Description class
ArtifactLocatorStrategy
The locator strategy.class
ClasspathResourceLocatorStrategy
classpath resource locator strategy.class
FileLocatorStrategy
file locator strategy.class
URLLocatorStrategy
URL Locator Strategy.Fields in org.apache.maven.shared.io.location with type parameters of type LocatorStrategy Modifier and Type Field Description private java.util.List<LocatorStrategy>
Locator. strategies
Methods in org.apache.maven.shared.io.location that return types with arguments of type LocatorStrategy Modifier and Type Method Description java.util.List<LocatorStrategy>
Locator. getStrategies()
Methods in org.apache.maven.shared.io.location with parameters of type LocatorStrategy Modifier and Type Method Description void
Locator. addStrategy(LocatorStrategy strategy)
void
Locator. removeStrategy(LocatorStrategy strategy)
Method parameters in org.apache.maven.shared.io.location with type arguments of type LocatorStrategy Modifier and Type Method Description void
Locator. setStrategies(java.util.List<LocatorStrategy> strategies)
Constructor parameters in org.apache.maven.shared.io.location with type arguments of type LocatorStrategy Constructor Description Locator(java.util.List<LocatorStrategy> strategies, MessageHolder messageHolder)
-