org.entityfs.impl
Interface EntityAcceptingEntityViewImplementation<T extends EntityAcceptingEntityView<?>>

All Superinterfaces:
Comparable<EntityView>, Deletable, EntityAcceptingEntityView<T>, EntityHolder, EntityView, EntityViewImplementation, Lockable, Named, Observable, ReadLockable, ReadWriteLockable, ViewCapable<T>, WriteLockable
All Known Subinterfaces:
DirectoryImplementation, DirectoryViewImplementation, EntityAcceptingEntityImplementation<T>, SymbolicLinkImplementation, SymbolicLinkViewImplementation
All Known Implementing Classes:
AbstractEntityAcceptingEntityImpl, AbstractEntityAcceptingEntityView, DirectoryImpl, DirectoryViewImpl, SymbolicLinkImpl, SymbolicLinkViewImpl

public interface EntityAcceptingEntityViewImplementation<T extends EntityAcceptingEntityView<?>>
extends EntityAcceptingEntityView<T>, EntityViewImplementation

Implementation of an EntityAcceptingEntityView. An EntityAcceptingEntityView object can always be cast to EntityAcceptingEntityImplementationView.

The methods in this interface should only be used by file system and capability implementations.

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-core

Method Summary
 
Methods inherited from interface org.entityfs.EntityAcceptingEntityView
canBeDereferenced, dereferenceOrNull
 
Methods inherited from interface org.entityfs.ViewCapable
getFilter, hasFilters, newView
 
Methods inherited from interface org.entityfs.EntityHolder
containsEntity, containsEntity, getEntityOrNull
 
Methods inherited from interface org.entityfs.impl.EntityViewImplementation
getAbsoluteLocationNoLocking, getFileSystemImplementation, getNameNoLocking, getObserverList
 
Methods inherited from interface org.entityfs.EntityView
canRead, canWrite, copy, copy, copyAttributes, createLock, disconnect, getCapability, getFileSystem, getLastModified, getParent, getType, getViewed, getViewedEntity, isConnected, isRootDirectory, isValid, lock, rename, setLastModified, supportsCapability, touch
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.entityfs.event.Observable
addObserver, countObservers, deleteObserver, deleteObservers
 
Methods inherited from interface org.entityfs.Named
getName
 
Methods inherited from interface org.entityfs.lock.ReadLockable
getReadLock, isReadLockedByCurrentThread, lockForReading
 
Methods inherited from interface org.entityfs.Deletable
delete, isDeleted
 
Methods inherited from interface org.entityfs.lock.WriteLockable
getWriteLock, isWriteLockedByCurrentThread, lockForWriting