public abstract class AbstractApp extends AbstractRichPlugin implements App
App
implementations.Constructor and Description |
---|
AbstractApp() |
Modifier and Type | Method and Description |
---|---|
void |
about()
Displays information about the application.
|
Manifest |
getManifest()
Gets the manifest containing metadata about the application.
|
POM |
getPOM()
Gets the Maven POM containing metadata about the application.
|
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getArtifactId, getBaseDirectory, getGroupId, getInfo, getSystemProperty, getTitle, getVersion, prefs, quit
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
public POM getPOM()
App
public Manifest getManifest()
App
NB: This metadata may be null if run in a development environment.
getManifest
in interface App
Copyright © 2015–2022 SciJava. All rights reserved.