org.scijava
Interface Locatable

All Known Implementing Classes:
AbstractModuleInfo, CommandInfo, DefaultMutableModuleInfo, DynamicCommandInfo, PluginInfo, ScriptInfo

public interface Locatable

An object whose location is defined by a URL string.

Author:
Curtis Rueden

Method Summary
 String getLocation()
          Gets the URL string defining the object's location.
 

Method Detail

getLocation

String getLocation()
Gets the URL string defining the object's location.



Copyright © 2009–2015 SciJava. All rights reserved.