Package me.hypherionmc.modpublisher.util
Class CommonUtil
java.lang.Object
me.hypherionmc.modpublisher.util.CommonUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileresolveFile(org.gradle.api.Project project, Object obj) Try to convert an OBJECT to a filestatic StringresolveString(Object obj) Try to convert an OBJECT to a String
-
Constructor Details
-
CommonUtil
public CommonUtil()
-
-
Method Details
-
resolveFile
Try to convert an OBJECT to a file -
resolveString
Try to convert an OBJECT to a String- Throws:
IOException
-