public interface DeploymentRepository
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getDeploymentRepository()
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getLayout()
Returns the value of the 'Layout' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getUniqueVersion()
Returns the value of the 'Unique Version' attribute.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
boolean |
isSetLayout()
Returns whether the value of the '
Layout ' attribute is set. |
boolean |
isSetUniqueVersion()
Returns whether the value of the '
Unique Version ' attribute is set. |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setLayout(String value)
Sets the value of the '
Layout '
attribute. |
void |
setName(String value)
Sets the value of the '
Name '
attribute. |
void |
setUniqueVersion(String value)
Sets the value of the '
Unique Version ' attribute. |
void |
setUrl(String value)
Sets the value of the '
Url ' attribute. |
void |
unsetLayout()
Unsets the value of the '
Layout '
attribute. |
void |
unsetUniqueVersion()
Unsets the value of the '
Unique Version ' attribute. |
String getUniqueVersion()
"true"
. 4.0.0 Whether to assign snapshots a unique
version comprised of the timestamp and build number, or to use the same version each time isSetUniqueVersion()
,
unsetUniqueVersion()
,
setUniqueVersion(String)
,
PomPackage.getDeploymentRepository_UniqueVersion()
void setUniqueVersion(String value)
Unique Version
' attribute. value
- the new value of the 'Unique Version' attribute.isSetUniqueVersion()
,
unsetUniqueVersion()
,
getUniqueVersion()
void unsetUniqueVersion()
Unique Version
' attribute. boolean isSetUniqueVersion()
Unique Version
' attribute is set. unsetUniqueVersion()
,
getUniqueVersion()
,
setUniqueVersion(String)
String getId()
setId(String)
,
PomPackage.getDeploymentRepository_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getName()
setName(String)
,
PomPackage.getDeploymentRepository_Name()
void setName(String value)
Name
'
attribute. value
- the new value of the 'Name' attribute.getName()
String getUrl()
setUrl(String)
,
PomPackage.getDeploymentRepository_Url()
void setUrl(String value)
Url
' attribute.
value
- the new value of the 'Url' attribute.getUrl()
String getLayout()
isSetLayout()
,
unsetLayout()
,
setLayout(String)
,
PomPackage.getDeploymentRepository_Layout()
void setLayout(String value)
Layout
'
attribute. value
- the new value of the 'Layout' attribute.isSetLayout()
,
unsetLayout()
,
getLayout()
void unsetLayout()
Layout
'
attribute. isSetLayout()
,
getLayout()
,
setLayout(String)
boolean isSetLayout()
Layout
' attribute is set. unsetLayout()
,
getLayout()
,
setLayout(String)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.