Class InstallerSettings

java.lang.Object
org.fedoraproject.xmvn.config.InstallerSettings

public class InstallerSettings extends Object
XMvn settings related to installation of artifacts.
Author:
Mikolaj Izdebski
  • Constructor Details

    • InstallerSettings

      public InstallerSettings()
  • Method Details

    • 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.