org.codehaus.mojo.keytool

Class AbstractKeyToolMojo

public abstract class AbstractKeyToolMojo extends AbstractMojo

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

Version: $Revision$

Author: Sharmarke Aden (saden) $Author$

Field Summary
protected Stringkeystore
See options.
protected FileworkingDirectory
Where to execute the keytool command.
Method Summary
StringgetKeystore()
FilegetWorkingDir()
voidsetKeystore(String keystore)
voidsetWorkingDir(File workingDirectory)

Field Detail

keystore

protected String keystore
See options.

UNKNOWN: expression="${keystore}"

workingDirectory

protected File workingDirectory
Where to execute the keytool command.

UNKNOWN: expression="${workingdir}" default-value="${basedir}"

Method Detail

getKeystore

public String getKeystore()

Returns: Returns the keystore.

getWorkingDir

public File getWorkingDir()

Returns: Returns the workingDirectory.

setKeystore

public void setKeystore(String keystore)

Parameters: keystore The keystore to set.

setWorkingDir

public void setWorkingDir(File workingDirectory)

Parameters: workingDirectory The workingDirectory to set.

Copyright © 2005-2007 null. All Rights Reserved.