JBoss Seam Int JBossAS 6.0.0.GA-redhat-2

org.jboss.seam.integration.jbossas.vfs
Class FileModifiableResource

java.lang.Object
  extended by org.jboss.seam.integration.jbossas.vfs.FileModifiableResource
All Implemented Interfaces:
ModifiableResource

public class FileModifiableResource
extends Object
implements ModifiableResource

File delegate to ModifieableResource.

Author:
Ales Justin

Constructor Summary
FileModifiableResource()
           
 
Method Summary
protected  File getFile()
           
 long getLastModified()
          Get last modified timestamp.
 void setFile(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileModifiableResource

public FileModifiableResource()
Method Detail

getFile

protected File getFile()

setFile

public void setFile(File file)

getLastModified

public long getLastModified()
                     throws IOException
Description copied from interface: ModifiableResource
Get last modified timestamp.

Specified by:
getLastModified in interface ModifiableResource
Returns:
the last modified timestamp
Throws:
IOException - for any error

JBoss Seam Int JBossAS 6.0.0.GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.