org.apache.commons.modeler.ant

Class RegistryTask

public final class RegistryTask extends Object

Load descriptors into registry.

Author: Costin Manolache

Field Summary
Stringfile
static Loglog
StringoutFile
Stringresource
Stringtype
Constructor Summary
RegistryTask()
Method Summary
voidexecute()
voidsetFile(String file)
voidsetOut(String outFile)
voidsetResource(String res)
voidsetType(String type)
Set the resource type that will be loaded

Field Detail

file

String file

log

private static Log log

outFile

String outFile

resource

String resource

type

String type

Constructor Detail

RegistryTask

public RegistryTask()

Method Detail

execute

public void execute()

setFile

public void setFile(String file)

setOut

public void setOut(String outFile)

setResource

public void setResource(String res)

setType

public void setType(String type)
Set the resource type that will be loaded

Parameters: type

Copyright (c) 2001-2003 - Apache Software Foundation