ooc
Interface Source

All Known Implementing Classes:
SourceAbstract

public interface Source

Provides the SourceTagHolder with tags parsed from the inputstream.


Method Summary
 java.io.InputStream getInputStream()
          Returns the input stream of this source.
 java.lang.String getName()
          Returns the name of this source.
 SourceContext getSourceContext()
          Returns the context for this source.
 

Method Detail

getSourceContext

public SourceContext getSourceContext()
Returns the context for this source. Every source instance comes from a context. Examples of this are the classpath or current file path.

Returns:
the context of this source.

getInputStream

public java.io.InputStream getInputStream()
Returns the input stream of this source.

Returns:
the input stream of this source.
See Also:
TagParser, Container

getName

public java.lang.String getName()
Returns the name of this source.

Returns:
the name of this source.