Class InstallerSettings
java.lang.Object
org.fedoraproject.xmvn.config.InstallerSettings
XMvn settings related to installation of artifacts.
- Author:
- Mikolaj Izdebski
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet directory into which XMvn metadata files are be installed.isDebug()Get whether additional debugging information about artifact nstallation should be printed.voidSet whether additional debugging information about artifact nstallation should be printed.voidsetMetadataDir(String metadataDir) Set directory into which XMvn metadata files are be installed.
-
Constructor Details
-
InstallerSettings
public InstallerSettings()
-
-
Method Details
-
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.
-