Package org.scijava.app
Class SciJavaApp
- java.lang.Object
-
- org.scijava.AbstractContextual
-
- org.scijava.plugin.AbstractRichPlugin
-
- org.scijava.app.AbstractApp
-
- org.scijava.app.SciJavaApp
-
- All Implemented Interfaces:
Comparable<Prioritized>,App,Contextual,Identifiable,Locatable,Logged,HasPluginInfo,RichPlugin,SciJavaPlugin,SingletonPlugin,Prioritized,Versioned
public class SciJavaApp extends AbstractApp
Application metadata about SciJava Common.- Author:
- Curtis Rueden
- See Also:
AppService
-
-
Constructor Summary
Constructors Constructor Description SciJavaApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()The MavenartifactIdof the application.StringgetGroupId()The MavengroupIdof the application.-
Methods inherited from class org.scijava.app.AbstractApp
about, getManifest, getPOM
-
Methods inherited from class org.scijava.plugin.AbstractRichPlugin
getInfo, getPriority, setInfo, setPriority, toString
-
Methods inherited from class org.scijava.AbstractContextual
context, getContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.app.App
getBaseDirectory, getInfo, getSystemProperty, getTitle, getVersion, prefs, quit
-
Methods inherited from interface org.scijava.Contextual
context, getContext, setContext
-
Methods inherited from interface org.scijava.plugin.HasPluginInfo
getInfo, setInfo
-
Methods inherited from interface org.scijava.Locatable
getLocation
-
Methods inherited from interface org.scijava.Prioritized
compareTo, getPriority, setPriority
-
Methods inherited from interface org.scijava.plugin.RichPlugin
getIdentifier, log
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-