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