org.mule.devkit.generation.api
Interface Dependency


public interface Dependency

Represents a Maven Dependency


Method Summary
 String getArtifactId()
           
 String getGroupId()
           
 Scope getScope()
           
 String getVersion()
           
 boolean isOptional()
           
 

Method Detail

getArtifactId

String getArtifactId()

getGroupId

String getGroupId()

getVersion

String getVersion()

getScope

Scope getScope()

isOptional

boolean isOptional()


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.