public class TextCapability extends ServiceCapability<String>
text
capability.Modifier and Type | Method and Description |
---|---|
String |
getContent()
Return the "content" of this capability.
|
void |
merge(String otherContent)
Merge the content of this instance with the specified content.
|
void |
setContent(String content) |
getDescription, getId, getTitle, getType, merge, setDescription, setTitle
public String getContent()
ServiceCapability
type
of the capability.getContent
in class ServiceCapability<String>
public void setContent(String content)
public void merge(String otherContent)
ServiceCapability
merge
in class ServiceCapability<String>
otherContent
- the content to mergeServiceCapability.merge(io.spring.initializr.metadata.ServiceCapability)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.