org.scijava
Interface Versioned

All Known Subinterfaces:
App, Gateway
All Known Implementing Classes:
AbstractApp, AbstractGateway, AbstractModuleInfo, CommandInfo, DefaultMutableModuleInfo, DynamicCommandInfo, PluginInfo, POM, SciJava, SciJavaApp, ScriptInfo

public interface Versioned

An object that knows its version.

Author:
Curtis Rueden

Method Summary
 String getVersion()
          Gets the version of the object.
 

Method Detail

getVersion

String getVersion()
Gets the version of the object.



Copyright © 2009–2014 SciJava. All rights reserved.