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$
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String keystore
      See options.
      protected java.io.File workingDirectory
      Where to execute the keytool command.
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKeystore()  
      java.io.File getWorkingDir()  
      void setKeystore​(java.lang.String keystore)  
      void setWorkingDir​(java.io.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 java.io.File workingDirectory
        Where to execute the keytool command.
      • keystore

        protected java.lang.String keystore
        See options.
    • Constructor Detail

      • AbstractKeyToolMojo

        public AbstractKeyToolMojo()
    • Method Detail

      • getKeystore

        public java.lang.String getKeystore()
        Returns:
        Returns the keystore.
      • setKeystore

        public void setKeystore​(java.lang.String keystore)
        Parameters:
        keystore - The keystore to set.
      • getWorkingDir

        public java.io.File getWorkingDir()
        Returns:
        Returns the workingDirectory.
      • setWorkingDir

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