Package | Description |
---|---|
org.eclipse.aether.internal.test.util |
Utility classes to ease unit testing.
|
Modifier and Type | Method and Description |
---|---|
private ArtifactDescription |
IniArtifactDataReader.parse(java.io.Reader reader) |
ArtifactDescription |
IniArtifactDataReader.parse(java.lang.String resource)
Load an artifact description from the classpath and parse it.
|
ArtifactDescription |
IniArtifactDataReader.parse(java.net.URL res)
Open the given URL and parse ist.
|
ArtifactDescription |
IniArtifactDataReader.parseLiteral(java.lang.String description)
Parse the given String.
|