Package org.apache.torque.generator.outlet

Examples of org.apache.torque.generator.outlet.DebuggingOutletWrapper


                    + " already exists, it has the class "
                    + existingOutlet.getClass().getName());
        }
        if (unitDescriptor.isAddDebuggingInfoToOutput())
        {
            outlet = new DebuggingOutletWrapper(outlet);
        }
        outlets.put(outlet.getName(), outlet);
    }
View Full Code Here

TOP

Related Classes of org.apache.torque.generator.outlet.DebuggingOutletWrapper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.