Package org.apache.commons.modeler.ant
Class RegistryTask
- java.lang.Object
-
- org.apache.commons.modeler.ant.RegistryTask
-
public final class RegistryTask extends java.lang.ObjectLoad descriptors into registry.- Author:
- Costin Manolache
-
-
Constructor Summary
Constructors Constructor Description RegistryTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidsetFile(java.lang.String file)voidsetOut(java.lang.String outFile)voidsetResource(java.lang.String res)voidsetType(java.lang.String type)Set the resource type that will be loaded
-
-
-
Method Detail
-
setType
public void setType(java.lang.String type)
Set the resource type that will be loaded- Parameters:
type-
-
setFile
public void setFile(java.lang.String file)
-
setResource
public void setResource(java.lang.String res)
-
setOut
public void setOut(java.lang.String outFile)
-
execute
public void execute() throws java.lang.Exception- Throws:
java.lang.Exception
-
-