Package org.dwcj.util

Class Assets

java.lang.Object
org.dwcj.util.Assets

public class Assets extends Object
A helper class to deal with assets in the classpath
Author:
Hyyan Abo Fakher
  • Method Details

    • contentOf

      public static String contentOf(String path)
      Get the content of a resource as a String
      Parameters:
      path - The path to the resource
      Returns:
      The content of the resource as a String