|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scijava.AbstractContextual
org.scijava.plugin.AbstractRichPlugin
org.scijava.app.AbstractApp
org.scijava.app.SciJavaApp
public class SciJavaApp
Application metadata about SciJava Common.
AppService
Field Summary | |
---|---|
static String |
NAME
|
Constructor Summary | |
---|---|
SciJavaApp()
|
Method Summary | |
---|---|
String |
getArtifactId()
The Maven artifactId of the application. |
String |
getGroupId()
The Maven groupId of the application. |
Methods inherited from class org.scijava.app.AbstractApp |
---|
about, getBaseDirectory, getInfo, getManifest, getPOM, getSystemProperty, getTitle, getVersion, prefs, quit |
Methods inherited from class org.scijava.plugin.AbstractRichPlugin |
---|
compareTo, getInfo, getPriority, setInfo, setPriority, toString |
Methods inherited from class org.scijava.AbstractContextual |
---|
context, getContext, setContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.scijava.Contextual |
---|
context, getContext, setContext |
Methods inherited from interface org.scijava.Prioritized |
---|
getPriority, setPriority |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.scijava.plugin.HasPluginInfo |
---|
getInfo, setInfo |
Field Detail |
---|
public static final String NAME
Constructor Detail |
---|
public SciJavaApp()
Method Detail |
---|
public String getGroupId()
App
groupId
of the application.
public String getArtifactId()
App
artifactId
of the application.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |