org.teatrove.tea.util
Class FileCompiler.JarredUnit
java.lang.Object
org.teatrove.tea.compiler.CompilationUnit
org.teatrove.tea.util.AbstractCompiler.AbstractUnit
org.teatrove.tea.util.FileCompiler.FileUnit
org.teatrove.tea.util.FileCompiler.JarredUnit
- All Implemented Interfaces:
- EventListener, ErrorListener
- Enclosing class:
- FileCompiler
public class FileCompiler.JarredUnit
- extends FileCompiler.FileUnit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCompiler.JarredUnit
public FileCompiler.JarredUnit(File file,
String name,
Compiler compiler)
throws IOException
- Throws:
IOException
getSourceFileName
public String getSourceFileName()
- Overrides:
getSourceFileName in class AbstractCompiler.AbstractUnit
getJarEntry
public JarEntry getJarEntry()
getSourceUrl
public URL getSourceUrl()
getTemplateSource
protected InputStream getTemplateSource(String templateSourceName)
throws IOException
- Specified by:
getTemplateSource in class AbstractCompiler.AbstractUnit
- Throws:
IOException
getLastModified
protected long getLastModified()
- Specified by:
getLastModified in class AbstractCompiler.AbstractUnit
syncTimes
public void syncTimes()
Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.