| org.geotools.maven.UnoPkg
UnoPkg | public class UnoPkg extends AbstractMojo implements FilenameFilter(Code) | | Creates a .oxt package for OpenOffice
addins.
version: $Id: UnoPkg.java 25335 2007-04-25 13:46:57Z desruisseaux $ author: Martin Desruisseaux |
Method Summary | |
public boolean | accept(File directory, String name) Tests if a specified file should be included in a file list. | public void | execute() Generates the
.oxt file from all
.jar files found in the target directory. |
accept | public boolean accept(File directory, String name)(Code) | | Tests if a specified file should be included in a file list.
Parameters: directory - the directory in which the file was found. Parameters: name - the name of the file. |
execute | public void execute() throws MojoExecutionException(Code) | | Generates the
.oxt file from all
.jar files found in the target directory.
throws: MojoExecutionException - if the plugin execution failed. |
|
|