public final class RegistryTask
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
file |
private static org.apache.commons.logging.Log |
log |
(package private) java.lang.String |
outFile |
(package private) java.lang.String |
resource |
(package private) java.lang.String |
type |
Constructor and Description |
---|
RegistryTask() |
Modifier and Type | Method and Description |
---|---|
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
|
private static org.apache.commons.logging.Log log
java.lang.String resource
java.lang.String file
java.lang.String type
java.lang.String outFile
public void setType(java.lang.String type)
type
- public void setFile(java.lang.String file)
public void setResource(java.lang.String res)
public void setOut(java.lang.String outFile)
public void execute() throws java.lang.Exception
java.lang.Exception
Copyright (c) 2001-2003 - Apache Software Foundation