Package de.obqo.decycle.report
Class ResourcesExtractor
- java.lang.Object
-
- de.obqo.decycle.report.ResourcesExtractor
-
public class ResourcesExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description ResourcesExtractor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopyResources(File targetDir)static StringcreateResourcesIfRequired(File reportDir)
-
-
-
Method Detail
-
createResourcesIfRequired
public static String createResourcesIfRequired(File reportDir) throws IOException
- Throws:
IOException
-
copyResources
public static void copyResources(File targetDir) throws IOException
- Throws:
IOException
-
-