TOP

wrap.factory.register

Description

Register a factory of model element wrappers, adding more features to the model. See the "wrap" task. The factory is loaded through the classpath[ref] provided, whereas the root class/interface is searched through the system class loader.

Implementation class

net.mdatools.modelant.core.task.wrapper.RegisterWrapperFactoryTask

Parameters

Attribute Description Type
classpath A classpath as a string to search for the factory class in addition to the existing ANT's classpath Path
classpathRef A classpath as a reference to search for the factory class in addition to the existing ANT's classpath Reference
factoryClass The class of the factory to register String
parentFirst Indicates if the classpath should be searched first, before the standard classes (false) or use the standard classes first (true). Note that false might make different versions of the same class. Default: true boolean

Use <typedef resource="net/mdatools/modelant/core/antlib.xml"/>
Documentation generated by ant.doc Ant macro from ModelAnt by MDA Tools