org.apache.torque.generator.configuration
Class OtherConfigurationTestTransformer

java.lang.Object
  extended by org.apache.torque.generator.configuration.OtherConfigurationTestTransformer
All Implemented Interfaces:
SourceTransformer

public class OtherConfigurationTestTransformer
extends Object
implements SourceTransformer

A source transformer for testing the configuration class. Does nothing.

Version:
$Id: OtherConfigurationTestTransformer.java 1331190 2012-04-27 02:41:35Z tfischer $

Constructor Summary
OtherConfigurationTestTransformer()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 SourceElement transform(SourceElement toTransformRoot, ControllerState controllerState)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtherConfigurationTestTransformer

public OtherConfigurationTestTransformer()
Method Detail

transform

public SourceElement transform(SourceElement toTransformRoot,
                               ControllerState controllerState)
                        throws SourceTransformerException
Specified by:
transform in interface SourceTransformer
Throws:
SourceTransformerException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.