|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.jcoderz.commons.taskdefs.MakeReadonlyBeans
public class MakeReadonlyBeans
This task is used to modify a deployment descriptor, making a copy of the given entity beans with their name changed from FooEntity to FooReaderEntity. It also modifies the accompanying weblogic specific deployment descriptors.
| Nested Class Summary | |
|---|---|
class |
MakeReadonlyBeans.ReadOnlyBean
|
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
MakeReadonlyBeans()
|
|
| Method Summary | |
|---|---|
MakeReadonlyBeans.ReadOnlyBean |
createReadOnlyBean()
|
void |
execute()
|
void |
setDeploymentDescriptor(File f)
|
void |
setDestdir(File dir)
Set the destination directory into which the XSL result files should be copied to. |
void |
setFailonerror(boolean b)
Set whether we should fail on an error. |
void |
setForce(boolean b)
Sets the force output of target files flag to the given value. |
void |
setSourceDestdir(File dir)
|
void |
setWeblogicCmpDeploymentDescriptor(File f)
|
void |
setWeblogicDeploymentDescriptor(File f)
|
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MakeReadonlyBeans()
| Method Detail |
|---|
public void setDestdir(File dir)
dir - the name of the destination directory.public void setSourceDestdir(File dir)
public void setForce(boolean b)
b - Whether we should force the generation of output files.public void setFailonerror(boolean b)
b - Whether we should fail on an error.public void setDeploymentDescriptor(File f)
public void setWeblogicDeploymentDescriptor(File f)
public void setWeblogicCmpDeploymentDescriptor(File f)
public MakeReadonlyBeans.ReadOnlyBean createReadOnlyBean()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||