com.j2biz.blogunity.installer
Class InstallerResourceLoader

java.lang.Object
  extended byorg.apache.velocity.runtime.resource.loader.ResourceLoader
      extended bycom.j2biz.blogunity.installer.InstallerResourceLoader

public class InstallerResourceLoader
extends org.apache.velocity.runtime.resource.loader.ResourceLoader

Since:
0.1
Author:
michelson

Field Summary
 
Fields inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader
className, isCachingOn, modificationCheckInterval, rsvc
 
Constructor Summary
InstallerResourceLoader()
           
 
Method Summary
 long getLastModified(org.apache.velocity.runtime.resource.Resource arg0)
           
 InputStream getResourceStream(String name)
           
 void init(org.apache.commons.collections.ExtendedProperties arg0)
           
 boolean isSourceModified(org.apache.velocity.runtime.resource.Resource arg0)
           
 
Methods inherited from class org.apache.velocity.runtime.resource.loader.ResourceLoader
commonInit, getClassName, getModificationCheckInterval, isCachingOn, setCachingOn, setModificationCheckInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstallerResourceLoader

public InstallerResourceLoader()
Method Detail

init

public void init(org.apache.commons.collections.ExtendedProperties arg0)

getResourceStream

public InputStream getResourceStream(String name)
                              throws org.apache.velocity.exception.ResourceNotFoundException
Throws:
org.apache.velocity.exception.ResourceNotFoundException

isSourceModified

public boolean isSourceModified(org.apache.velocity.runtime.resource.Resource arg0)

getLastModified

public long getLastModified(org.apache.velocity.runtime.resource.Resource arg0)


Copyright (c)j2biz.com