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 Object

an Eclipse code style file

Author:
dtran

Constructor Summary
EclipseCodeFormatterProfile()
           
 
Method Summary
 String getContent()
           
 String getProfileName()
           
 EclipseCodeFormatterProfile init(URL url, 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(URL url,
                                        String profileName)
                                 throws MojoExecutionException
Throws:
MojoExecutionException

getContent

public String getContent()

getProfileName

public String getProfileName()


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.