Package org.fedoraproject.xmvn.config
Class InstallerSettings
java.lang.Object
org.fedoraproject.xmvn.config.InstallerSettings
- All Implemented Interfaces:
Serializable
,Cloneable
XMvn settings related to installation of artifacts.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Method clone.Get directory into which XMvn metadata files are be installed.isDebug()
Get whether additional debugging information about artifact nstallation should be printed.void
Set whether additional debugging information about artifact nstallation should be printed.void
setMetadataDir
(String metadataDir) Set directory into which XMvn metadata files are be installed.
-
Constructor Details
-
InstallerSettings
public InstallerSettings()
-
-
Method Details
-
clone
Method clone. -
getMetadataDir
Get directory into which XMvn metadata files are be installed.- Returns:
- String
-
isDebug
Get whether additional debugging information about artifact nstallation should be printed.- Returns:
- Boolean
-
setDebug
Set whether additional debugging information about artifact nstallation should be printed.- Parameters:
debug
- a debug object.
-
setMetadataDir
Set directory into which XMvn metadata files are be installed.- Parameters:
metadataDir
- a metadataDir object.
-