org.apache.torque.mojo
Class MetaInfMojo
java.lang.Object
   org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.AbstractMojo
       org.apache.torque.mojo.MetaInfMojo
org.apache.torque.mojo.MetaInfMojo
- All Implemented Interfaces: 
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- public class MetaInfMojo 
- extends org.apache.maven.plugin.AbstractMojo
Create a location listing file that describes resources inside of a jar file
- Author:
- Jeff Caddel
 
| Fields inherited from interface org.apache.maven.plugin.Mojo | 
| ROLE | 
 
 
 
| 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 | 
 
MetaInfMojo
public MetaInfMojo()
execute
public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
- 
- Throws:
- org.apache.maven.plugin.MojoExecutionException
 
getLocations
protected String getLocations(File baseDir,
                              List<File> files,
                              String prefix)
                       throws IOException
- 
- Throws:
- IOException
 
getLocation
protected String getLocation(File baseDir,
                             File file,
                             String prefix)
                      throws IOException
- 
- Throws:
- IOException
 
getInclude
public String getInclude()
- 
 
setInclude
public void setInclude(String include)
- 
 
getExclude
public String getExclude()
- 
 
setExclude
public void setExclude(String exclude)
- 
 
getBaseDir
public File getBaseDir()
- 
 
setBaseDir
public void setBaseDir(File baseDir)
- 
 
getOutputFile
public File getOutputFile()
- 
 
setOutputFile
public void setOutputFile(File outputFile)
- 
 
getPrefix
public String getPrefix()
- 
 
setPrefix
public void setPrefix(String prefix)
- 
 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.