org.apache.ivy.core.search
Class ModuleEntry
java.lang.Object
org.apache.ivy.core.search.ModuleEntry
public class ModuleEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ModuleEntry
public ModuleEntry(OrganisationEntry org,
java.lang.String name)
getOrganisation
public java.lang.String getOrganisation()
getResolver
public DependencyResolver getResolver()
getModule
public java.lang.String getModule()
getOrganisationEntry
public OrganisationEntry getOrganisationEntry()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object