Package org.apache.ibatis.io
Class ExternalResources
- java.lang.Object
-
- org.apache.ibatis.io.ExternalResources
-
@Deprecated public class ExternalResources extends java.lang.Object
Deprecated.- Author:
- Clinton Begin
-
-
Method Summary
Modifier and Type Method Description static void
copyExternalResource(java.io.File sourceFile, java.io.File destFile)
Deprecated.static java.lang.String
getConfiguredTemplate(java.lang.String templatePath, java.lang.String templateProperty)
Deprecated.
-
-
-
Method Detail
-
copyExternalResource
public static void copyExternalResource(java.io.File sourceFile, java.io.File destFile) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
getConfiguredTemplate
public static java.lang.String getConfiguredTemplate(java.lang.String templatePath, java.lang.String templateProperty) throws java.io.FileNotFoundException
Deprecated.- Throws:
java.io.FileNotFoundException
-
-