public interface DescribePropertiesable extends Describeable
Properties files/classes to be used
for looking up descriptions of the entity (Describeable)EntityProvider interfaceDescribeable| Modifier and Type | Method and Description |
|---|---|
String |
getBaseName()
Defines the
Properties file/class baseName which is used to find descriptions of an entity
as per the keys defined in DescribeableThe baseName will be the file without the .properties or the locale codes Examples: myentity - would match: myentity.properties, myentity_en.properties, myentity_en_GB.properties, etc. |
ClassLoader |
getResourceClassLoader()
Defines the ClassLoader which will be used to load the properties bundle file/classes which
contain the entity descriptions
|
getEntityPrefixString getBaseName()
Properties file/class baseName which is used to find descriptions of an entity
as per the keys defined in Describeablemyentity - would match: myentity.properties, myentity_en.properties, myentity_en_GB.properties, etc.mydir/myloc/mything - would match: mydir/myloc/mything.properties, etc.getResourceClassLoader()for details about the keys to place in the properties fileClassLoader getResourceClassLoader()
getBaseName()Copyright © 2023. All rights reserved.