org.codehaus.mojo.gwt.eclipse
Class EclipseUtil

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.codehaus.mojo.gwt.eclipse.EclipseUtil
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled

public class EclipseUtil
extends org.codehaus.plexus.logging.AbstractLogEnabled

Version:
$Id: EclipseUtil.java 9683 2009-05-09 22:46:01Z hboutemy $
Author:
ndeloof
Plexus component:
role:
"org.codehaus.mojo.gwt.eclipse.EclipseUtil"

Constructor Summary
EclipseUtil()
           
 
Method Summary
 String getProjectName(MavenProject project)
          Read the Eclipse project name for .project file.
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseUtil

public EclipseUtil()
Method Detail

getProjectName

public String getProjectName(MavenProject project)
Read the Eclipse project name for .project file. Fall back to artifactId on error

Returns:
project name in eclipse workspace


Copyright © 2007-2012 Codehaus. All Rights Reserved.