public class InstallerSettings
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
InstallerSettings() |
Modifier and Type | Method and 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.Object
public 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
- Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.