Uses of Class
org.apache.maven.shared.runtime.MavenProjectProperties

Uses of MavenProjectProperties in org.apache.maven.shared.runtime
 

Methods in org.apache.maven.shared.runtime that return MavenProjectProperties
 MavenProjectProperties MavenRuntime.getProjectProperties(Class<?> klass)
          Gets the properties for the specified class's Maven project.
 MavenProjectProperties DefaultMavenRuntime.getProjectProperties(Class<?> klass)
          Gets the properties for the specified class's Maven project.
 MavenProjectProperties MavenRuntime.getProjectProperties(URL url)
          Gets the properties for the specified URL's Maven project.
 MavenProjectProperties DefaultMavenRuntime.getProjectProperties(URL url)
          Gets the properties for the specified URL's Maven project.
 

Methods in org.apache.maven.shared.runtime that return types with arguments of type MavenProjectProperties
 List<MavenProjectProperties> MavenRuntime.getProjectsProperties(ClassLoader classLoader)
          Obtains a list of basic properties for each Maven project accessible from the specified class loader.
 List<MavenProjectProperties> DefaultMavenRuntime.getProjectsProperties(ClassLoader classLoader)
          Obtains a list of basic properties for each Maven project accessible from the specified class loader.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.