Class DependencyDescriptor


  • public class DependencyDescriptor
    extends java.lang.Object
    Author:
    Mikolaj Izdebski
    • Constructor Detail

      • DependencyDescriptor

        public DependencyDescriptor​(Artifact dependencyArtifact,
                                    boolean optional,
                                    java.util.List<Artifact> exclusions)
    • Method Detail

      • getDependencyArtifact

        public Artifact getDependencyArtifact()
      • isOptional

        public boolean isOptional()
      • getExclusions

        public java.util.List<Artifact> getExclusions()