Package | Description |
---|---|
org.apache.maven.shared.io.location |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactLocation
The artifact location.
|
class |
FileLocation
file location implementation.
|
class |
URLLocation
The URL Location.
|
Modifier and Type | Method and Description |
---|---|
Location |
Locator.resolve(String locationSpecification) |
Location |
URLLocatorStrategy.resolve(String locationSpecification,
MessageHolder messageHolder) |
Location |
LocatorStrategy.resolve(String locationSpecification,
MessageHolder messageHolder) |
Location |
FileLocatorStrategy.resolve(String locationSpecification,
MessageHolder messageHolder) |
Location |
ClasspathResourceLocatorStrategy.resolve(String locationSpecification,
MessageHolder messageHolder) |
Location |
ArtifactLocatorStrategy.resolve(String locationSpecification,
MessageHolder messageHolder)
Assumes artifact identity is given in a set of comma-delimited tokens of
the form:
groupId:artifactId:version:type:classifier , where
type and classifier are optional. |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.