org.apache.commons.modeler.ant
Class RegistryTask

java.lang.Object
  |
  +--org.apache.commons.modeler.ant.RegistryTask

public final class RegistryTask
extends java.lang.Object

Load descriptors into registry.

Author:
Costin Manolache

Field Summary
(package private)  java.lang.String file
           
private static Log log
           
(package private)  java.lang.String outFile
           
(package private)  java.lang.String resource
           
(package private)  java.lang.String type
           
 
Constructor Summary
RegistryTask()
           
 
Method Summary
 void execute()
           
 void setFile(java.lang.String file)
           
 void setOut(java.lang.String outFile)
           
 void setResource(java.lang.String res)
           
 void setType(java.lang.String type)
          Set the resource type that will be loaded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Log log

resource

java.lang.String resource

file

java.lang.String file

type

java.lang.String type

outFile

java.lang.String outFile
Constructor Detail

RegistryTask

public RegistryTask()
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
java.lang.Exception


Copyright (c) 2001-2003 - Apache Software Foundation