Package | Description |
---|---|
org.scijava.app | |
org.scijava.util |
Modifier and Type | Method and Description |
---|---|
POM |
App.getPOM()
Gets the Maven POM containing metadata about the application.
|
POM |
AbstractApp.getPOM() |
Modifier and Type | Method and Description |
---|---|
static POM |
POM.getPOM(Class<?> c)
Gets the Maven POM associated with the given class.
|
static POM |
POM.getPOM(Class<?> c,
String groupId,
String artifactId)
Gets the Maven POM associated with the given class.
|
Modifier and Type | Method and Description |
---|---|
static List<POM> |
POM.getAllPOMs()
Gets all available Maven POMs on the class path.
|
Modifier and Type | Method and Description |
---|---|
int |
POM.compareTo(POM pom) |
Copyright © 2015–2022 SciJava. All rights reserved.