| Interface | Description |
|---|---|
| IFileRelativeIO |
An extended
IPathRelativeIO version that uses files as the basis. |
| IHasFilename |
Interface for objects providing a filename
|
| IMutableFileRelativeIO |
The mutable version of the
IFileRelativeIO interface. |
| IPathRelativeIO |
A read-only version of a path-relative IO component.
|
| Class | Description |
|---|---|
| ConstantHasFilename |
Standard implementation of
IHasFilename returning a constant but
potentially null filename. |
| ConstantHasFilenameNotEmpty |
Standard implementation of
IHasFilename returning a constant not-
null and non-empty filename. |
| FileRelativeIO |
Default implementation of
IMutableFileRelativeIO. |
| PathRelativeIO |
Default implementation of
IPathRelativeIO. |
| WebFileIO |
Abstract for accessing files inside the web application.
|
| WebIOIntIDFactory |
A special
FileIntIDFactory that uses WebFileIO to get the
filename. |
| WebIOLongIDFactory |
A special
FileLongIDFactory that uses WebFileIO to get the
filename. |
Copyright © 2014–2017 Philip Helger. All rights reserved.