org.codehaus.mojo.keytool
Class AbstractKeyToolMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.keytool.AbstractKeyToolMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
AbstractCmdLineKeyToolMojo, CleanKeyMojo, GenkeyMojo

public abstract class AbstractKeyToolMojo
extends org.apache.maven.plugin.AbstractMojo

Abstract class that contains fields/methods common to KeyTool Mojo classes.

Version:
$Revision: 6588 $
Author:
Sharmarke Aden (saden), $Author: bentmann $

Field Summary
protected  String keystore
          See options.
protected  File workingDirectory
          Where to execute the keytool command.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AbstractKeyToolMojo()
           
 
Method Summary
 String getKeystore()
           
 File getWorkingDir()
           
 void setKeystore(String keystore)
           
 void setWorkingDir(File workingDirectory)
           
 
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
 
Methods inherited from interface org.apache.maven.plugin.Mojo
execute
 

Field Detail

workingDirectory

protected File workingDirectory
Where to execute the keytool command.


keystore

protected String keystore
See options.

Constructor Detail

AbstractKeyToolMojo

public AbstractKeyToolMojo()
Method Detail

getKeystore

public String getKeystore()
Returns:
Returns the keystore.

setKeystore

public void setKeystore(String keystore)
Parameters:
keystore - The keystore to set.

getWorkingDir

public File getWorkingDir()
Returns:
Returns the workingDirectory.

setWorkingDir

public void setWorkingDir(File workingDirectory)
Parameters:
workingDirectory - The workingDirectory to set.


Copyright © 2005-2011 Codehaus. All Rights Reserved.