public class InstallerSettings extends Object implements Serializable, Cloneable
Constructor and Description |
---|
InstallerSettings() |
Modifier and Type | Method and Description |
---|---|
InstallerSettings |
clone()
Method clone.
|
String |
getMetadataDir()
Get directory into which XMvn metadata files are be
installed.
|
Boolean |
isDebug()
Get whether additional debugging information about artifact
installation should be printed.
|
void |
setDebug(Boolean debug)
Set whether additional debugging information about artifact
installation should be printed.
|
void |
setMetadataDir(String metadataDir)
Set directory into which XMvn metadata files are be
installed.
|
public InstallerSettings clone()
public String getMetadataDir()
public Boolean isDebug()
public void setDebug(Boolean debug)
debug
- public void setMetadataDir(String metadataDir)
metadataDir
- Copyright © 2012-2015 Red Hat, Inc.. All Rights Reserved.