Class IncludeDependency

  • All Implemented Interfaces:
    Serializable, Cloneable, org.apache.maven.model.InputLocationTracker

    public class IncludeDependency
    extends org.apache.maven.model.Dependency
    Author:
    emmartins
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Boolean getTransitive()  
      void setTransitive​(Boolean transitive)  
      • Methods inherited from class org.apache.maven.model.Dependency

        addExclusion, clone, getArtifactId, getClassifier, getExclusions, getGroupId, getLocation, getManagementKey, getOptional, getScope, getSystemPath, getType, getVersion, isOptional, removeExclusion, setArtifactId, setClassifier, setExclusions, setGroupId, setLocation, setOptional, setOptional, setScope, setSystemPath, setType, setVersion, toString
    • Constructor Detail

      • IncludeDependency

        public IncludeDependency()
    • Method Detail

      • getTransitive

        public Boolean getTransitive()
      • setTransitive

        public void setTransitive​(Boolean transitive)