Class UnresolvedChannelMetadataException

    • Constructor Detail

      • UnresolvedChannelMetadataException

        public UnresolvedChannelMetadataException​(String msg,
                                                  Throwable cause,
                                                  Set<org.wildfly.channel.ChannelMetadataCoordinate> missingArtifacts,
                                                  Set<org.wildfly.channel.Repository> repositories,
                                                  boolean offline)
    • Method Detail

      • getMissingArtifacts

        public Set<org.wildfly.channel.ChannelMetadataCoordinate> getMissingArtifacts()
      • getRepositories

        public Set<org.wildfly.channel.Repository> getRepositories()
      • isOffline

        public boolean isOffline()