terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.api
Class InputSource

java.lang.Object
  extended by com.codemesh.terp.api.InputSource

public class InputSource
extends java.lang.Object

Wrapper for the input into a parser.


Constructor Summary
InputSource(java.lang.Object theSource)
           
InputSource(java.lang.Object theSource, java.lang.String theName, java.lang.String theRoot, java.lang.String theExtension, int theSize, long theTimestamp)
           
 
Method Summary
 java.lang.String getExtension()
           
 java.lang.String getName()
           
 java.lang.String getRoot()
           
 int getSize()
           
 java.lang.Object getSource()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputSource

public InputSource(java.lang.Object theSource)

InputSource

public InputSource(java.lang.Object theSource,
                   java.lang.String theName,
                   java.lang.String theRoot,
                   java.lang.String theExtension,
                   int theSize,
                   long theTimestamp)
Method Detail

getSource

public java.lang.Object getSource()

getName

public java.lang.String getName()

getRoot

public java.lang.String getRoot()

getExtension

public java.lang.String getExtension()

getSize

public int getSize()

getTimestamp

public long getTimestamp()

terp - the Codemesh Modular
Template Interpreter v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.