Interface IResource
public interface IResource
IResource.java This interface is used by the base object of the version
control system. This is the identity for a set of versioned objects.
-
Method Summary
-
Method Details
-
getId
Get the id for the resource- Throws:
VersionException
-
getName
Get the name for the resource- Throws:
VersionException
-
getTime
Get the time the resource was created- Returns:
- Time returns a time object for the resource
- Throws:
VersionException
-
getLatestVersion
Gets the latest version for the resource- Returns:
- the latest version
- Throws:
VersionException
-