Class InstallerSettings

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class InstallerSettings
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    XMvn settings related to installation of artifacts.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Boolean debug
      Whether additional debugging information about artifact nstallation should be printed.
      private java.lang.String metadataDir
      Directory into which XMvn metadata files are be installed.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      InstallerSettings clone()
      Method clone.
      java.lang.String getMetadataDir()
      Get directory into which XMvn metadata files are be installed.
      java.lang.Boolean isDebug()
      Get whether additional debugging information about artifact nstallation should be printed.
      void setDebug​(java.lang.Boolean debug)
      Set whether additional debugging information about artifact nstallation should be printed.
      void setMetadataDir​(java.lang.String metadataDir)
      Set directory into which XMvn metadata files are be installed.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • debug

        private java.lang.Boolean debug
        Whether additional debugging information about artifact nstallation should be printed.
      • metadataDir

        private java.lang.String metadataDir
        Directory into which XMvn metadata files are be installed.
    • Constructor Detail

      • InstallerSettings

        public InstallerSettings()
    • Method Detail

      • clone

        public InstallerSettings clone()
        Method clone.
        Overrides:
        clone in class java.lang.Object
        Returns:
        InstallerSettings
      • getMetadataDir

        public java.lang.String getMetadataDir()
        Get directory into which XMvn metadata files are be installed.
        Returns:
        String
      • isDebug

        public java.lang.Boolean isDebug()
        Get whether additional debugging information about artifact nstallation should be printed.
        Returns:
        Boolean
      • setDebug

        public void setDebug​(java.lang.Boolean debug)
        Set whether additional debugging information about artifact nstallation should be printed.
        Parameters:
        debug -
      • setMetadataDir

        public void setMetadataDir​(java.lang.String metadataDir)
        Set directory into which XMvn metadata files are be installed.
        Parameters:
        metadataDir -