Interface FactoryModule
- All Known Implementing Classes:
AbstractFactoryModule, GIFImageFactoryModule, ImageIOFactoryModule, JPEGImageFactoryModule, PNGImageFactoryModule
public interface FactoryModule
Creation-Date: 05.04.2006, 17:00:33
- Author:
- Thomas Morgner
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
A default handler does not reject the content.static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
canHandleResource
(ResourceManager caller, ResourceData data) create
(ResourceManager caller, ResourceData data, ResourceKey context) int
-
Field Details
-
RECOGNIZED_FINGERPRINT
static final int RECOGNIZED_FINGERPRINT- See Also:
-
RECOGNIZED_CONTENTTYPE
static final int RECOGNIZED_CONTENTTYPE- See Also:
-
RECOGNIZED_FILE
static final int RECOGNIZED_FILE- See Also:
-
FEELING_LUCKY
static final int FEELING_LUCKYA default handler does not reject the content.- See Also:
-
REJECTED
static final int REJECTED- See Also:
-
-
Method Details
-
canHandleResource
int canHandleResource(ResourceManager caller, ResourceData data) throws ResourceCreationException, ResourceLoadingException -
getHeaderFingerprintSize
int getHeaderFingerprintSize() -
create
Resource create(ResourceManager caller, ResourceData data, ResourceKey context) throws ResourceCreationException, ResourceLoadingException
-