Class InstallerSettings

java.lang.Object
org.fedoraproject.xmvn.config.InstallerSettings
All Implemented Interfaces:
Serializable, Cloneable

public class InstallerSettings extends Object implements Serializable, Cloneable
XMvn settings related to installation of artifacts.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • InstallerSettings

      public InstallerSettings()
  • Method Details

    • clone

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

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

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

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

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