public class ProducerDescription extends Object implements MavenProducerDescription<ChannelDescription>
| Constructor and Description |
|---|
ProducerDescription() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ChannelDescription> |
getChannels() |
String |
getDefaultChannelName() |
String |
getDefaultFrequency() |
String |
getFeaturePackArtifactId() |
String |
getFeaturePackGroupId() |
Collection<String> |
getFrequencies() |
String |
getName() |
boolean |
hasDefaultChannel() |
public String getName()
getName in interface MavenProducerDescription<ChannelDescription>public String getFeaturePackGroupId()
getFeaturePackGroupId in interface MavenProducerDescription<ChannelDescription>public String getFeaturePackArtifactId()
getFeaturePackArtifactId in interface MavenProducerDescription<ChannelDescription>public Collection<String> getFrequencies()
getFrequencies in interface MavenProducerDescription<ChannelDescription>public String getDefaultFrequency()
getDefaultFrequency in interface MavenProducerDescription<ChannelDescription>public Collection<ChannelDescription> getChannels() throws MavenUniverseException
getChannels in interface MavenProducerDescription<ChannelDescription>MavenUniverseExceptionpublic boolean hasDefaultChannel()
hasDefaultChannel in interface MavenProducerDescription<ChannelDescription>public String getDefaultChannelName()
getDefaultChannelName in interface MavenProducerDescription<ChannelDescription>Copyright © 2016–2020 JBoss by Red Hat. All rights reserved.