org.kuali.common.util.maven.model
Class Dependency

java.lang.Object
  extended by org.kuali.common.util.maven.model.Dependency

public final class Dependency
extends Object

Simple pojo representing a Maven dependency.


Nested Class Summary
static class Dependency.Builder
           
 
Method Summary
 String getArtifactId()
           
 com.google.common.base.Optional<String> getClassifier()
           
 String getGroupId()
           
 String getScope()
           
 String getType()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getGroupId

public String getGroupId()

getArtifactId

public String getArtifactId()

getVersion

public String getVersion()

getClassifier

public com.google.common.base.Optional<String> getClassifier()

getType

public String getType()

getScope

public String getScope()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.