org.apache.commons.modeler.ant

Class RegistryTask


public final class RegistryTask
extends java.lang.Object

Load descriptors into registry.
Author:
Costin Manolache

Field Summary

(package private) String
file
private static Log
log
(package private) String
outFile
(package private) String
resource
(package private) String
type

Constructor Summary

RegistryTask()

Method Summary

void
execute()
void
setFile(String file)
void
setOut(String outFile)
void
setResource(String res)
void
setType(String type)
Set the resource type that will be loaded

Field Details

file

(package private)  String file

log

private static Log log

outFile

(package private)  String outFile

resource

(package private)  String resource

type

(package private)  String type

Constructor Details

RegistryTask

public RegistryTask()

Method Details

execute

public void execute()
            throws Exception

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