public class InstallerSettings extends Object implements Serializable, Cloneable
Constructor and Description |
---|
InstallerSettings() |
Modifier and Type | Method and Description |
---|---|
InstallerSettings |
clone()
Method clone.
|
String |
getEffectivePomDir()
Get directory into which effective POM files are be
installed.
|
String |
getInstallRoot()
Get directory into which artfiacts are installed.
|
String |
getJarDir()
Get directory into which platform-independant JAR files are
be
installed.
|
String |
getJniDir()
Get directory into which platform-dependant JAR files are be
installed.
|
String |
getMetadataDir()
Get directory into which XMvn metadata files are be
installed.
|
String |
getPackageName()
Get name of the source package as part of which reactor will
be installed.
|
String |
getPomDir()
Get directory into which raw POM files are be installed.
|
Boolean |
isDebug()
Get whether additional debugging information about artifact
installation should be printed.
|
Boolean |
isEnableEffectivePoms()
Get whether effective POM files should ever be installed.
|
Boolean |
isEnableRawPoms()
Get whether raw POM files should ever be installed.
|
Boolean |
isJarEffectiveModel()
Get whether installation of effective POMs should be
performed
for JAR artifacts.
|
Boolean |
isJarRawModel()
Get whether installation of raw POMs should be performed for
JAR artifacts.
|
Boolean |
isPomEffectiveModel()
Get whether installation of effective POMs should be
performed
for POM artifacts.
|
Boolean |
isPomRawModel()
Get whether installation of raw POMs should be performed for
POM artifacts.
|
Boolean |
isSkipProvides()
Get whether generation of package provides should be
skipped.
|
Boolean |
isSkipRequires()
Get whether generation of package requires should be
skipped.
|
void |
setDebug(Boolean debug)
Set whether additional debugging information about artifact
installation should be printed.
|
void |
setEffectivePomDir(String effectivePomDir)
Set directory into which effective POM files are be
installed.
|
void |
setEnableEffectivePoms(Boolean enableEffectivePoms)
Set whether effective POM files should ever be installed.
|
void |
setEnableRawPoms(Boolean enableRawPoms)
Set whether raw POM files should ever be installed.
|
void |
setInstallRoot(String installRoot)
Set directory into which artfiacts are installed.
|
void |
setJarDir(String jarDir)
Set directory into which platform-independant JAR files are
be
installed.
|
void |
setJarEffectiveModel(Boolean jarEffectiveModel)
Set whether installation of effective POMs should be
performed
for JAR artifacts.
|
void |
setJarRawModel(Boolean jarRawModel)
Set whether installation of raw POMs should be performed for
JAR artifacts.
|
void |
setJniDir(String jniDir)
Set directory into which platform-dependant JAR files are be
installed.
|
void |
setMetadataDir(String metadataDir)
Set directory into which XMvn metadata files are be
installed.
|
void |
setPackageName(String packageName)
Set name of the source package as part of which reactor will
be installed.
|
void |
setPomDir(String pomDir)
Set directory into which raw POM files are be installed.
|
void |
setPomEffectiveModel(Boolean pomEffectiveModel)
Set whether installation of effective POMs should be
performed
for POM artifacts.
|
void |
setPomRawModel(Boolean pomRawModel)
Set whether installation of raw POMs should be performed for
POM artifacts.
|
void |
setSkipProvides(Boolean skipProvides)
Set whether generation of package provides should be
skipped.
|
void |
setSkipRequires(Boolean skipRequires)
Set whether generation of package requires should be
skipped.
|
public InstallerSettings clone()
public String getEffectivePomDir()
public String getInstallRoot()
public String getJarDir()
public String getJniDir()
public String getMetadataDir()
public String getPackageName()
public String getPomDir()
public Boolean isDebug()
public Boolean isEnableEffectivePoms()
public Boolean isEnableRawPoms()
public Boolean isJarEffectiveModel()
public Boolean isJarRawModel()
public Boolean isPomEffectiveModel()
public Boolean isPomRawModel()
public Boolean isSkipProvides()
public Boolean isSkipRequires()
public void setDebug(Boolean debug)
debug
- public void setEffectivePomDir(String effectivePomDir)
effectivePomDir
- public void setEnableEffectivePoms(Boolean enableEffectivePoms)
enableEffectivePoms
- public void setEnableRawPoms(Boolean enableRawPoms)
enableRawPoms
- public void setInstallRoot(String installRoot)
installRoot
- public void setJarDir(String jarDir)
jarDir
- public void setJarEffectiveModel(Boolean jarEffectiveModel)
jarEffectiveModel
- public void setJarRawModel(Boolean jarRawModel)
jarRawModel
- public void setJniDir(String jniDir)
jniDir
- public void setMetadataDir(String metadataDir)
metadataDir
- public void setPackageName(String packageName)
packageName
- public void setPomDir(String pomDir)
pomDir
- public void setPomEffectiveModel(Boolean pomEffectiveModel)
pomEffectiveModel
- public void setPomRawModel(Boolean pomRawModel)
pomRawModel
- public void setSkipProvides(Boolean skipProvides)
skipProvides
- public void setSkipRequires(Boolean skipRequires)
skipRequires
- Copyright © 2012-2017 Red Hat, Inc.. All Rights Reserved.