Uses of Class
org.codehaus.mojo.jaxb2.shared.version.DependencyInfo
-
Packages that use DependencyInfo Package Description org.codehaus.mojo.jaxb2.shared.version -
-
Uses of DependencyInfo in org.codehaus.mojo.jaxb2.shared.version
Methods in org.codehaus.mojo.jaxb2.shared.version that return types with arguments of type DependencyInfo Modifier and Type Method Description static SortedMap<String,DependencyInfo>
DependsFileParser. createDependencyInfoMap(SortedMap<String,String> versionMap)
Converts a SortedMap received from agetVersionMap
call to hold DependencyInfo values, and keys on the formgroupId/artifactId
.Methods in org.codehaus.mojo.jaxb2.shared.version with parameters of type DependencyInfo Modifier and Type Method Description int
DependencyInfo. compareTo(DependencyInfo that)
-