- getArtifactId() - Method in class org.apache.maven.shared.runtime.MavenProjectProperties
-
Gets the artifact id for these Maven project properties.
- getGroupId() - Method in class org.apache.maven.shared.runtime.MavenProjectProperties
-
Gets the group id for these Maven project properties.
- getProject(URL) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
-
Gets the specified URL's Maven project.
- getProject(Class<?>) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
-
Gets the specified class's Maven project.
- getProject(URL) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
-
Gets the specified URL's Maven project.
- getProject(Class<?>) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
-
Gets the specified class's Maven project.
- getProjectProperties(URL) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
-
Gets the properties for the specified URL's Maven project.
- getProjectProperties(Class<?>) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
-
Gets the properties for the specified class's Maven project.
- getProjectProperties(URL) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
-
Gets the properties for the specified URL's Maven project.
- getProjectProperties(Class<?>) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
-
Gets the properties for the specified class's Maven project.
- getProjects(ClassLoader) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
-
Obtains a list of Maven projects accessible from the specified class loader.
- getProjects(ClassLoader) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
-
Obtains a list of Maven projects accessible from the specified class loader.
- getProjectsProperties(ClassLoader) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
-
Obtains a list of basic properties for each Maven project accessible from the specified class loader.
- getProjectsProperties(ClassLoader) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
-
Obtains a list of basic properties for each Maven project accessible from the specified class loader.
- getSortedProjects(ClassLoader) - Method in class org.apache.maven.shared.runtime.DefaultMavenRuntime
-
Obtains a list of Maven projects accessible from the specified class loader ordered by their dependencies.
- getSortedProjects(ClassLoader) - Method in interface org.apache.maven.shared.runtime.MavenRuntime
-
Obtains a list of Maven projects accessible from the specified class loader ordered by their dependencies.
- getVersion() - Method in class org.apache.maven.shared.runtime.MavenProjectProperties
-
Gets the version for these Maven project properties.