| Package | Description |
|---|---|
| org.apache.maven.shared.io.location |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactLocatorStrategy
The locator strategy.
|
class |
ClasspathResourceLocatorStrategy
classpath resource locator strategy.
|
class |
FileLocatorStrategy
file locator strategy.
|
class |
URLLocatorStrategy
URL Locator Strategy.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocatorStrategy> |
Locator.getStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
Locator.addStrategy(LocatorStrategy strategy) |
void |
Locator.removeStrategy(LocatorStrategy strategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
Locator.setStrategies(List<LocatorStrategy> strategies) |
| Constructor and Description |
|---|
Locator(List<LocatorStrategy> strategies,
MessageHolder messageHolder) |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.