|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating @NonExtensible public interface ComponentMetadataDetails
Describes a resolved component's metadata, which typically originates from a component descriptor (Ivy file, Maven POM). Some parts of the metadata can be changed via metadata rules (see ComponentMetadataHandler.
Method Summary | |
---|---|
ModuleVersionIdentifier
|
getId()
Returns the identifier of the component. |
String
|
getStatus()
Returns the status of the component. |
List
|
getStatusScheme()
Returns the status scheme of the component. |
boolean
|
isChanging()
Tells whether the component is changing or immutable. |
void
|
setChanging(boolean changing)
Sets whether the component is changing or immutable. |
void
|
setStatus(String status)
Sets the status of the component. |
void
|
setStatusScheme(List statusScheme)
Sets the status scheme of the component. |
Method Detail |
---|
public ModuleVersionIdentifier getId()
public String getStatus()
public List getStatusScheme()
public boolean isChanging()
public void setChanging(boolean changing)
changing
- whether the component is changing or immutable
public void setStatus(String status)
status
- the status of the component
public void setStatusScheme(List statusScheme)
statusScheme
- the status scheme of the component
Gradle API 1.12