org.entityfs.cap.entityattrs
Interface CreationTimeAttributes
- All Superinterfaces:
- Cloneable, CreationTimeConfigurable, EntityAttributes
- All Known Implementing Classes:
- NtfsAttributes, UnixAttributes
public interface CreationTimeAttributes
- extends EntityAttributes, CreationTimeConfigurable
This interface combines the EntityAttributes
and
CreationTimeConfigurable
interfaces to define entity attributes that
can be configured with a creation time.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- In_jar:
- entityfs-entity_attributes
equalsExceptForCreationTime
boolean equalsExceptForCreationTime(Object o)
- Check if this attribute object is equal to the supplied object except for
the creation time.
- Parameters:
o
- The other attribute object.
- Returns:
true
if the attribute objects are equals in all
attributes except for the creation time.