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
    • 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
    • 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 - a debug object.
      • setMetadataDir

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