org.kathrynhuxtable.maven.plugins.imageGenerator
Class ImageGeneratorMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.kathrynhuxtable.maven.plugins.imageGenerator.ImageGeneratorMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ImageGeneratorMojo
extends org.apache.maven.plugin.AbstractMojo

Goal creates a directory of images from Swing using a specified XML file.


Nested Class Summary
static class ImageGeneratorMojo.ImageInfo
          Information used to generate each image.
 
Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ImageGeneratorMojo()
           
 
Method Summary
 void execute()
           
 void setConfigFile(File configFile)
          Set the config file.
 void setLookAndFeel(String lookAndFeel)
          Set the look and feel.
 void setOutputDirectory(File outputDirectory)
          Set the output directory.
 void setSavedConfigFile(File savedConfigFile)
          Set the saved config file.
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageGeneratorMojo

public ImageGeneratorMojo()
Method Detail

setConfigFile

public void setConfigFile(File configFile)
Set the config file.

Parameters:
configFile - the config file.

setLookAndFeel

public void setLookAndFeel(String lookAndFeel)
Set the look and feel.

Parameters:
lookAndFeel - the look and feel class name.

setOutputDirectory

public void setOutputDirectory(File outputDirectory)
Set the output directory.

Parameters:
outputDirectory - the output directory.

setSavedConfigFile

public void setSavedConfigFile(File savedConfigFile)
Set the saved config file.

Parameters:
savedConfigFile - the saved config file.

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException
See Also:
Mojo.execute()


Copyright © 2010 kathrynhuxtable.org. All Rights Reserved.