com.codemesh.terp.api
Class InputSource
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()
Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.