org.scijava.script
Interface ScriptHeader

All Superinterfaces:
Comparable<Prioritized>, Contextual, HandlerPlugin<ScriptLanguage>, HasPluginInfo, Prioritized, RichPlugin, SciJavaPlugin, SingletonPlugin, Typed<ScriptLanguage>, TypedPlugin<ScriptLanguage>
All Known Implementing Classes:
AbstractScriptHeader

public interface ScriptHeader
extends HandlerPlugin<ScriptLanguage>

Represents one or more canned lines intended to go at the top of scripts of a given language. Typically this includes useful import statements.

Author:
Mark Hiner

Method Summary
 String getHeader()
           
 
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
 
Methods inherited from interface org.scijava.Typed
getType, supports
 

Method Detail

getHeader

String getHeader()
Returns:
The header text for scripts of the supported language.


Copyright © 2009–2015 SciJava. All rights reserved.