Package org.eclipse.serializer.afs.types
Interface AFile.Wrapper
-
- All Superinterfaces:
AFile,AItem,AItem.Wrapper
- All Known Subinterfaces:
AReadableFile,AWritableFile
- All Known Implementing Classes:
AFile.Wrapper.Abstract
- Enclosing interface:
- AFile
public static interface AFile.Wrapper extends AFile, AItem.Wrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAFile.Wrapper.Abstract<U>-
Nested classes/interfaces inherited from interface org.eclipse.serializer.afs.types.AFile
AFile.Default, AFile.Observer, AFile.Wrapper
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.afs.types.AItem
AItem.Base, AItem.Wrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AFileactual()-
Methods inherited from interface org.eclipse.serializer.afs.types.AFile
defaultUser, ensureExists, exists, isEmpty, isUsed, iterateObservers, name, registerObserver, removeObserver, size, toPath, toPathString, tryUseReading, tryUseReading, tryUseWriting, tryUseWriting, type, useReading, useReading, useWriting, useWriting
-
Methods inherited from interface org.eclipse.serializer.afs.types.AItem
fileSystem, identifier, parent
-
Methods inherited from interface org.eclipse.serializer.afs.types.AItem.Wrapper
user
-
-
-
-
Method Detail
-
actual
AFile actual()
- Specified by:
actualin interfaceAItem.Wrapper
-
-