Package org.apache.ibatis.io
Class ExternalResources
- java.lang.Object
-
- org.apache.ibatis.io.ExternalResources
-
@Deprecated public class ExternalResources extends java.lang.ObjectDeprecated.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateExternalResources()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidcopyExternalResource(java.io.File sourceFile, java.io.File destFile)Deprecated.static java.lang.StringgetConfiguredTemplate(java.lang.String templatePath, java.lang.String templateProperty)Deprecated.
-
-
-
Field Detail
-
log
private static final Log log
Deprecated.
-
-
Method Detail
-
copyExternalResource
public static void copyExternalResource(java.io.File sourceFile, java.io.File destFile) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
getConfiguredTemplate
public static java.lang.String getConfiguredTemplate(java.lang.String templatePath, java.lang.String templateProperty) throws java.io.FileNotFoundExceptionDeprecated.- Throws:
java.io.FileNotFoundException
-
-