Class ProducerDescription

  • All Implemented Interfaces:
    org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>

    public class ProducerDescription
    extends java.lang.Object
    implements org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>
    Author:
    Alexey Loubyansky
    • Constructor Detail

      • ProducerDescription

        public ProducerDescription()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>
      • getFeaturePackGroupId

        public java.lang.String getFeaturePackGroupId()
        Specified by:
        getFeaturePackGroupId in interface org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>
      • getFeaturePackArtifactId

        public java.lang.String getFeaturePackArtifactId()
        Specified by:
        getFeaturePackArtifactId in interface org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>
      • getFrequencies

        public java.util.Collection<java.lang.String> getFrequencies()
        Specified by:
        getFrequencies in interface org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>
      • getDefaultFrequency

        public java.lang.String getDefaultFrequency()
        Specified by:
        getDefaultFrequency in interface org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>
      • getChannels

        public java.util.Collection<ChannelDescription> getChannels()
                                                             throws org.jboss.galleon.universe.maven.MavenUniverseException
        Specified by:
        getChannels in interface org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>
        Throws:
        org.jboss.galleon.universe.maven.MavenUniverseException
      • hasDefaultChannel

        public boolean hasDefaultChannel()
        Specified by:
        hasDefaultChannel in interface org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>
      • getDefaultChannelName

        public java.lang.String getDefaultChannelName()
        Specified by:
        getDefaultChannelName in interface org.jboss.galleon.universe.maven.MavenProducerDescription<ChannelDescription>