TOP

wrap.factory.unregister

Description

Unregister a factory of model element wrappers. See the "wrap" task.

Implementation class

net.mdatools.modelant.core.task.wrapper.UnregisterWrapperFactoryTask

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 unregister 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