net.sf.daileon.notsupported
Class DomainAnnotationsHandler
java.lang.Object
net.sf.daileon.notsupported.DomainAnnotationsHandler
public class DomainAnnotationsHandler
- extends Object
The DomainAnnotationsHandler
class is responsible for starting
the process of transforming each class indicated in the XML configuration
file.
- Version:
- 1.0 01/01/2010
- Author:
- Roberto Perillo
Method Summary |
void |
makeTransformations(String path,
List<String> classes)
Triggers the process of translating the domain annotations of each domain
annotation of each class indicated in the XML configuration file, when
Daileon is run. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomainAnnotationsHandler
public DomainAnnotationsHandler()
- Default class constructor.
makeTransformations
public void makeTransformations(String path,
List<String> classes)
- Triggers the process of translating the domain annotations of each domain
annotation of each class indicated in the XML configuration file, when
Daileon is run.
- Parameters:
path
- The root directory of the classes, excluding their packages.classes
- The List<String>
containing the
fully-qualified name of all classes that contain domain
annotations to be translated.