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.Cloneable
XMvn settings related to installation of artifacts.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstallerSettings()
-
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.
-
-
-
Method Detail
-
clone
public InstallerSettings clone()
Method clone.- Overrides:
clone
in 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
- 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.
-
-