org.jboss.seam.integration.jbossas.vfs
Class FileModifiableResource
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileModifiableResource
public FileModifiableResource()
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.