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(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.
 

Methods in org.apache.maven.shared.runtime that return types with arguments of type MavenProjectProperties
 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-2010 Apache Software Foundation. All Rights Reserved.