org.apache.ibatis.io
Class ExternalResources

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

public class ExternalResources
extends Object


Method Summary
static void copyExternalResource(File sourceFile, File destFile)
           
static String getConfiguredTemplate(String templatePath, 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(File sourceFile,
                                        File destFile)
                                 throws IOException
Throws:
IOException

getConfiguredTemplate

public static String getConfiguredTemplate(String templatePath,
                                           String templateProperty)
                                    throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.