|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Attribute | |
|---|---|
| it.avutils.jmapper.config | This package contains the classes that handle the configuration and the error messages of the JMapper Framework. |
| it.avutils.jmapper.util | This package contains utility classes. |
| it.avutils.jmapper.xml | This package contains classes that manage the XML configuration file. |
| Uses of Attribute in it.avutils.jmapper.config |
|---|
| Methods in it.avutils.jmapper.config with parameters of type Attribute | |
|---|---|
static void |
Error.attributeAbsent(Class<?> aClass,
Attribute aField)
Thrown if the attribute doesn't exist in aClass. |
static void |
Error.xmlAttributeExistent(String path,
Attribute attribute,
Class<?> aClass)
Thrown if attribute is present in the xml file. |
| Uses of Attribute in it.avutils.jmapper.util |
|---|
| Methods in it.avutils.jmapper.util that return types with arguments of type Attribute | |
|---|---|
Map<String,List<Attribute>> |
XML.attributesLoad()
|
| Methods in it.avutils.jmapper.util with parameters of type Attribute | |
|---|---|
XML |
XML.addAttributes(Class<?> aClass,
Attribute[] attributes)
This method adds the attributes to an existing Class. |
XML |
XML.addClass(Class<?> aClass,
Attribute[] attributes)
This method adds Class and attributes to xmlJmapper object. |
boolean |
XML.attributeExists(Class<?> aClass,
Attribute attribute)
This method returns true if the attribute exist in the Class given in input, returns false otherwise. |
| Method parameters in it.avutils.jmapper.util with type arguments of type Attribute | |
|---|---|
static void |
FilesManager.addConfigurationToClass(String path,
List<Attribute> attributes,
Class<?> aClass)
This method adds the configurations present in the xml file in the Class. |
| Uses of Attribute in it.avutils.jmapper.xml |
|---|
| Methods in it.avutils.jmapper.xml that return Attribute | |
|---|---|
static Attribute |
XmlConverter.toAttribute(XmlAttribute xmlAttribute)
This method transforms a XmlAttribute into an Attribute. |
| Methods in it.avutils.jmapper.xml with parameters of type Attribute | |
|---|---|
XmlHandler |
XmlHandler.addAttributes(Class<?> aClass,
Attribute... attributes)
Adds attributes to the existent Class in the Xml configuration. |
XmlHandler |
XmlHandler.addClass(Class<?> clazz,
Attribute... attributes)
This method adds a specific Class to Xml Configuration File. |
XmlHandler |
XmlHandler.overrideClass(Class<?> aClass,
Attribute... attributes)
This method rewrite a configuration of the Class given as input, with this attributes. |
static XmlAttribute |
XmlConverter.toXmlAttribute(Attribute attribute)
This method transforms a Attribute given in input, into a XmlAttribute. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||