|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodecRepositoryAttributeController
Attribute controller interface for basic codec repository using a properties
file. It define the attribute passed to the
ClassLoader.getSystemResourceAsStream(String)
method to retreive the
properties file. TODO give a liste of name rather than a single file name.
Method Summary | |
---|---|
String |
getPropertiesRessourceName()
Returns the name of the properties file. |
void |
setPropertiesRessourceName(String name)
Set the name of the properties file. |
Method Detail |
---|
String getPropertiesRessourceName()
void setPropertiesRessourceName(String name) throws CodecManagerException
name
- the name of the properties file.
CodecManagerException
- if the properties file can't be red.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |