terp - the Codemesh Modular
Template Interpreter v1.3.309

com.codemesh.terp.data
Interface FileEquivalent


public interface FileEquivalent

An interface implemented by types that can be treated as files in certain use cases.


Method Summary
 java.io.File getFile()
          Returns the file that is an equivalent of this object.
 

Method Detail

getFile

java.io.File getFile()
Returns the file that is an equivalent of this object.

Returns:
the equivalent file.

terp - the Codemesh Modular
Template Interpreter v1.3.309

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