java.io.Serializable, java.lang.Cloneablepublic class InstallerSettings
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor | Description |
|---|---|
InstallerSettings() |
| 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.
|
public InstallerSettings clone()
clone in class java.lang.Objectpublic java.lang.String getMetadataDir()
public java.lang.Boolean isDebug()
public void setDebug(java.lang.Boolean debug)
debug - public void setMetadataDir(java.lang.String metadataDir)
metadataDir -