org.scijava.app
Class SciJavaApp

java.lang.Object
  extended by org.scijava.AbstractContextual
      extended by org.scijava.plugin.AbstractRichPlugin
          extended by org.scijava.app.AbstractApp
              extended by org.scijava.app.SciJavaApp
All Implemented Interfaces:
Comparable<Prioritized>, App, Contextual, HasPluginInfo, RichPlugin, SciJavaPlugin, SingletonPlugin, Prioritized, Versioned

public class SciJavaApp
extends AbstractApp

Application metadata about SciJava Common.

Author:
Curtis Rueden
See Also:
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

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

SciJavaApp

public SciJavaApp()
Method Detail

getGroupId

public String getGroupId()
Description copied from interface: App
The Maven groupId of the application.


getArtifactId

public String getArtifactId()
Description copied from interface: App
The Maven artifactId of the application.



Copyright © 2009–2015 SciJava. All rights reserved.