| Package | Description |
|---|---|
| org.apache.maven.shared.runtime |
| Modifier and Type | Method and Description |
|---|---|
MavenProjectProperties |
MavenRuntime.getProjectProperties(java.lang.Class<?> klass)
Gets the properties for the specified class's Maven project.
|
MavenProjectProperties |
DefaultMavenRuntime.getProjectProperties(java.lang.Class<?> klass)
Gets the properties for the specified class's Maven project.
|
MavenProjectProperties |
MavenRuntime.getProjectProperties(java.net.URL url)
Gets the properties for the specified URL's Maven project.
|
MavenProjectProperties |
DefaultMavenRuntime.getProjectProperties(java.net.URL url)
Gets the properties for the specified URL's Maven project.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MavenProjectProperties> |
MavenRuntime.getProjectsProperties(java.lang.ClassLoader classLoader)
Obtains a list of basic properties for each Maven project accessible from the specified class loader.
|
java.util.List<MavenProjectProperties> |
DefaultMavenRuntime.getProjectsProperties(java.lang.ClassLoader classLoader)
Obtains a list of basic properties for each Maven project accessible from the specified class loader.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.