Uses of Class
org.scijava.util.POM
-
Packages that use POM Package Description org.scijava.app org.scijava.util -
-
Uses of POM in org.scijava.app
Methods in org.scijava.app that return POM Modifier and Type Method Description POMAbstractApp. getPOM()POMApp. getPOM()Gets the Maven POM containing metadata about the application. -
Uses of POM in org.scijava.util
Methods in org.scijava.util that return POM Modifier and Type Method Description static POMPOM. getPOM(Class<?> c)Gets the Maven POM associated with the given class.static POMPOM. getPOM(Class<?> c, String groupId, String artifactId)Gets the Maven POM associated with the given class.Methods in org.scijava.util that return types with arguments of type POM Modifier and Type Method Description static List<POM>POM. getAllPOMs()Gets all available Maven POMs on the class path.Methods in org.scijava.util with parameters of type POM Modifier and Type Method Description intPOM. compareTo(POM pom)
-