Class DependencyDTO


  • public class DependencyDTO
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DependencyDTO()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.maven.model.Dependency getDependency()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • groupId

        public java.lang.String groupId
      • artifactId

        public java.lang.String artifactId
      • version

        public java.lang.String version
      • type

        public java.lang.String type
      • classifier

        public java.lang.String classifier
      • scope

        public java.lang.String scope
      • systemPath

        public java.lang.String systemPath
      • exclusions

        public java.util.List<java.lang.String> exclusions
      • optional

        public boolean optional
    • Constructor Detail

      • DependencyDTO

        public DependencyDTO()
    • Method Detail

      • getDependency

        public org.apache.maven.model.Dependency getDependency()