org.mule.tools.tooling.maven
Class MuleDistributionDataProvider

java.lang.Object
  extended by org.mule.tools.tooling.maven.MuleDistributionDataProvider

public class MuleDistributionDataProvider
extends Object


Method Summary
 boolean equals(Object obj)
           
static MuleDistributionDataProvider forServer(String muleVersion)
           
 List<SimpleArtifactData> get3rdPartyArtifacts()
           
 List<String> getExcludes()
           
 String getSupportedVersion()
           
 String getVersion()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

forServer

public static MuleDistributionDataProvider forServer(String muleVersion)
                                              throws IOException
Throws:
IOException

getExcludes

public List<String> getExcludes()

getVersion

public String getVersion()

getSupportedVersion

public String getSupportedVersion()

get3rdPartyArtifacts

public List<SimpleArtifactData> get3rdPartyArtifacts()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.