vis
Class LocalLoader
java.lang.Object
vis.LocalLoader
public class LocalLoader
- extends java.lang.Object
Class which checks if usernetwork xml file exists
and is able return lastmodified of the file
- Version:
- 0.1
- Author:
- Christoph Gerstle
Constructor Summary |
LocalLoader(java.lang.String userId)
|
Method Summary |
java.util.Date |
getXmlDate()
returns timestamp of xml file of specified userId |
boolean |
isAvailable()
checks if file for epecified userId is available |
void |
setUserId(java.lang.String userId)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalLoader
public LocalLoader(java.lang.String userId)
getXmlDate
public java.util.Date getXmlDate()
- returns timestamp of xml file of specified userId
- Returns:
isAvailable
public boolean isAvailable()
- checks if file for epecified userId is available
- Returns:
setUserId
public void setUserId(java.lang.String userId)