org.objectweb.jac.aspects.timestamp
Interface TimestampConf
- All Known Implementing Classes:
- TimestampAC
- public interface TimestampConf
declareTimestampedClasses
public void declareTimestampedClasses(String classExpr,
String wrappeeExpr,
String stampsName)
- Declares which objects should have timestamps
- Parameters:
classExpr
- which classes should have a timestampwrappeeExpr
- which instances should have a timestampstampsName
- name of Timestamps object to store stamps into
followLink
public void followLink(FieldItem link,
boolean follow)
- Specifies that objects at the end of a link should be touched
when an object is touched.
- Parameters:
link
- the link to followfollow
- wether to follow the link or not