Class AbstractKeyToolMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    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$
    Author:
    Sharmarke Aden (saden), $Author$
    • Field Detail

      • workingDirectory

        protected File workingDirectory
        Where to execute the keytool command.
    • 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.