org.apache.maven.plugin.eclipse.writers.workspace
Class EclipseCodeFormatterProfile

java.lang.Object
  extended by org.apache.maven.plugin.eclipse.writers.workspace.EclipseCodeFormatterProfile

public class EclipseCodeFormatterProfile
extends java.lang.Object

an Eclipse code style file

Author:
dtran

Constructor Summary
EclipseCodeFormatterProfile()
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getProfileName()
           
 EclipseCodeFormatterProfile init(java.net.URL url, java.lang.String profileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseCodeFormatterProfile

public EclipseCodeFormatterProfile()
Method Detail

init

public EclipseCodeFormatterProfile init(java.net.URL url,
                                        java.lang.String profileName)
                                 throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

getContent

public java.lang.String getContent()

getProfileName

public java.lang.String getProfileName()


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