Package org.tribuo.tests
Class Resources
java.lang.Object
org.tribuo.tests.Resources
Utils for working with classpath resources at test time.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Path
copyResourceToTmp
(String resource) Copies a classpath resource to a temporary file.
-
Method Details
-
copyResourceToTmp
Copies a classpath resource to a temporary file.- Parameters:
resource
- The resource to copy.- Returns:
- The path of the temporary file.
- Throws:
IOException
- If the resource could not be copied.
-