org.apache.ibatis.io
Class ExternalResources

java.lang.Object
  extended by org.apache.ibatis.io.ExternalResources

public class ExternalResources
extends java.lang.Object


Method Summary
static void copyExternalResource(java.io.File sourceFile, java.io.File destFile)
           
static java.lang.String getConfiguredTemplate(java.lang.String templatePath, java.lang.String templateProperty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

copyExternalResource

public static void copyExternalResource(java.io.File sourceFile,
                                        java.io.File destFile)
                                 throws java.io.IOException
Throws:
java.io.IOException

getConfiguredTemplate

public static java.lang.String getConfiguredTemplate(java.lang.String templatePath,
                                                     java.lang.String templateProperty)


Copyright © 2010 MyBatis.org. All Rights Reserved.