| Modifier and Type | Interface and Description |
|---|---|
interface |
ICombinator<DATATYPE>
Base interface for combining any two objects together.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBaseIDFactory
Base marker interface for all ID factories.
|
interface |
IIDFactory<IDTYPE>
Interface for an object creating unique IDs.
|
interface |
IIntIDFactory
Interface for an object creating unique int IDs.
|
interface |
ILongIDFactory
Interface for an object creating unique long IDs.
|
interface |
IStringIDFactory
Interface for an object creating unique String IDs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReadableResource
Base interface for an abstract readable resource.
|
interface |
IReadableResourceProvider
Resource provider interface for readable resources.
|
interface |
IReadWriteResource
Base interface for an abstract resource that is both readable and writable.
|
interface |
IResourceBase
Base interface for an abstract readable resource.
|
interface |
IWritableResource
Base interface for an abstract writable resource.
|
interface |
IWritableResourceProvider
Resource provider interface for readable and writable resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileFilter
Abstract base implementation of
FileFilter with some conversion
methods. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMimeType
Interface for the structured representation of a single MIME type.
|
class |
MimeTypeContent
Represent a single mapping from content bytes to an
IMimeType. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IIterableNamespaceContext
A special namespace context interface that allows the iteration of the
contained mappings.
|
Copyright © 2006–2015 phloc systems. All rights reserved.