|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.repository.server.webapp.repositorydata.CacheFileItem
public class CacheFileItem
Internal class used for caching known information about XML files and their VersionedEntities saved within.
RepositoryDataObjectGenerator
Constructor Summary | |
---|---|
CacheFileItem(java.io.File repositoryDir,
java.io.File repositoryFile,
long lastModified,
java.lang.String type)
Standard constructor. |
Method Summary | |
---|---|
java.lang.String |
getEntityName()
Returns EMF VersionedEntity name. |
java.lang.String |
getEntityVersion()
Returns EMF VersionedEntity version. |
long |
getLastModified()
Returns time of last modification of this file. |
java.io.File |
getRepositoryFile()
Returns filename of this cache item. |
java.lang.String |
getType()
Returns EMF object type (Architecture, Frame, etc.). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheFileItem(java.io.File repositoryDir, java.io.File repositoryFile, long lastModified, java.lang.String type)
repositoryDir
- Root repository content directoryrepositoryFile
- Repository file name (local filename)lastModified
- Time of last modification of this filetype
- EMF object type (Architecture, Frame, etc.)Method Detail |
---|
public java.lang.String getEntityName()
public java.lang.String getEntityVersion()
public long getLastModified()
public java.io.File getRepositoryFile()
public java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |