Package org.fedoraproject.xmvn.config
Class InstallerSettings
- java.lang.Object
-
- org.fedoraproject.xmvn.config.InstallerSettings
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class InstallerSettings extends java.lang.Object implements java.io.Serializable, java.lang.CloneableXMvn settings related to installation of artifacts.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.BooleandebugWhether additional debugging information about artifact nstallation should be printed.private java.lang.StringmetadataDirDirectory into which XMvn metadata files are be installed.
-
Constructor Summary
Constructors Constructor Description InstallerSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallerSettingsclone()Method clone.java.lang.StringgetMetadataDir()Get directory into which XMvn metadata files are be installed.java.lang.BooleanisDebug()Get whether additional debugging information about artifact nstallation should be printed.voidsetDebug(java.lang.Boolean debug)Set whether additional debugging information about artifact nstallation should be printed.voidsetMetadataDir(java.lang.String metadataDir)Set directory into which XMvn metadata files are be installed.
-
-
-
Method Detail
-
clone
public InstallerSettings clone()
Method clone.- Overrides:
clonein classjava.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-
-
-