public class PropertiesResourceFactory extends java.lang.Object implements ResourceFactory
CONFIG_PREFIX| Constructor and Description |
|---|
PropertiesResourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Resource |
create(ResourceManager manager,
ResourceData data,
ResourceKey context)
Creates a resource by interpreting the data given in the resource-data object.
|
java.lang.Class |
getFactoryType()
Returns the expected result type.
|
void |
initializeDefaults()
Initializes the resource factory.
|
public Resource create(ResourceManager manager, ResourceData data, ResourceKey context) throws ResourceCreationException, ResourceLoadingException
ResourceFactorycreate in interface ResourceFactorymanager - the resource manager used for all resource loading.data - the resource-data from where the binary data is read.context - the resource context used to resolve relative resource paths.ResourceCreationException - if the resource could not be parsed due to syntaxctial or logical errors in the data.ResourceLoadingException - if the resource could not be accessed from the physical storage.public java.lang.Class getFactoryType()
ResourceFactorygetFactoryType in interface ResourceFactorypublic void initializeDefaults()
ResourceFactoryinitializeDefaults in interface ResourceFactory