public interface RepositoryPolicy
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getRepositoryPolicy()| Modifier and Type | Method and Description |
|---|---|
String |
getChecksumPolicy()
Returns the value of the 'Checksum Policy' attribute.
|
String |
getEnabled()
Returns the value of the 'Enabled' attribute.
|
String |
getUpdatePolicy()
Returns the value of the 'Update Policy' attribute.
|
boolean |
isSetEnabled()
Returns whether the value of the '
Enabled' attribute is set. |
void |
setChecksumPolicy(String value)
Sets the value of the '
Checksum Policy' attribute. |
void |
setEnabled(String value)
Sets the value of the '
Enabled'
attribute. |
void |
setUpdatePolicy(String value)
Sets the value of the '
Update Policy' attribute. |
void |
unsetEnabled()
Unsets the value of the '
Enabled'
attribute. |
String getEnabled()
"true". 4.0.0 Whether to use this repository for
downloading this type of artifact. isSetEnabled(),
unsetEnabled(),
setEnabled(String),
PomPackage.getRepositoryPolicy_Enabled()void setEnabled(String value)
Enabled'
attribute. value - the new value of the 'Enabled' attribute.isSetEnabled(),
unsetEnabled(),
getEnabled()void unsetEnabled()
Enabled'
attribute. isSetEnabled(),
getEnabled(),
setEnabled(String)boolean isSetEnabled()
Enabled' attribute is set. unsetEnabled(),
getEnabled(),
setEnabled(String)String getUpdatePolicy()
setUpdatePolicy(String),
PomPackage.getRepositoryPolicy_UpdatePolicy()void setUpdatePolicy(String value)
Update Policy' attribute. value - the new value of the 'Update Policy' attribute.getUpdatePolicy()String getChecksumPolicy()
setChecksumPolicy(String),
PomPackage.getRepositoryPolicy_ChecksumPolicy()void setChecksumPolicy(String value)
Checksum Policy' attribute. value - the new value of the 'Checksum Policy' attribute.getChecksumPolicy()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.