org.apache.torque.mojo.morph
Class DataMorpher

java.lang.Object
  extended by org.apache.torque.mojo.morph.Morpher
      extended by org.apache.torque.mojo.morph.DataMorpher

public class DataMorpher
extends Morpher


Field Summary
(package private)  String antDocType
           
(package private)  String antPrologue
           
(package private)  String newPrologue
           
 
Fields inherited from class org.apache.torque.mojo.morph.Morpher
artifactId, morphRequest
 
Constructor Summary
DataMorpher()
           
DataMorpher(MorphRequest morphRequest, String artifactId)
           
 
Method Summary
 String getAntPrologue()
           
protected  String getMorphedContents(String contents)
           
protected  String getNewDocType()
           
 String getNewPrologue()
           
protected  boolean isMorphNeeded(String contents)
          Return true if we need to morph this file
 void setAntPrologue(String antPrologue)
           
 void setNewPrologue(String newPrologue)
           
 
Methods inherited from class org.apache.torque.mojo.morph.Morpher
executeMorph, getArtifactId, getMorphRequest, setArtifactId, setMorphRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

antPrologue

String antPrologue

newPrologue

String newPrologue

antDocType

String antDocType
Constructor Detail

DataMorpher

public DataMorpher()

DataMorpher

public DataMorpher(MorphRequest morphRequest,
                   String artifactId)
Method Detail

getNewDocType

protected String getNewDocType()

getMorphedContents

protected String getMorphedContents(String contents)
Specified by:
getMorphedContents in class Morpher

isMorphNeeded

protected boolean isMorphNeeded(String contents)
Return true if we need to morph this file

Specified by:
isMorphNeeded in class Morpher

getAntPrologue

public String getAntPrologue()

setAntPrologue

public void setAntPrologue(String antPrologue)

getNewPrologue

public String getNewPrologue()

setNewPrologue

public void setNewPrologue(String newPrologue)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.