|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.ExtendedProperties
public class ExtendedProperties
This class is used for reading XML files with information
about extended properties. The file should be located at the path
returned by Application.getExtendedPropertiesFile.
ExtendableData,
ExtendedProperty| Constructor Summary | |
|---|---|
ExtendedProperties()
|
|
| Method Summary | |
|---|---|
static List<String> |
getClasses()
Get a list with the name of all classes. |
static List<ExtendedProperty> |
getProperties(String className)
Get a list of extended properties for the specified class. |
static boolean |
isExtendable(String className)
Check if extended properties has been defined for the specified class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedProperties()
| Method Detail |
|---|
public static List<String> getClasses()
List containing the names of the classes.public static boolean isExtendable(String className)
className - The name of the class with or without
the package name
public static List<ExtendedProperty> getProperties(String className)
className - The name of the class with or without
the package name
List object containing ExtendedProperty
objects, or null if the specified class is not extendable or
no extended properties has been defined
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||