Class CommonUtil

java.lang.Object
me.hypherionmc.modpublisher.util.CommonUtil

public class CommonUtil extends Object
  • Constructor Details

    • CommonUtil

      public CommonUtil()
  • Method Details

    • resolveFile

      public static File resolveFile(org.gradle.api.Project project, Object obj)
      Try to convert an OBJECT to a file
    • resolveString

      public static String resolveString(Object obj) throws IOException
      Try to convert an OBJECT to a String
      Throws:
      IOException