Class ApplicationInformation
- java.lang.Object
-
- me.syncwrld.booter.bootstrapper.data.ApplicationInformation
-
public class ApplicationInformation extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ApplicationInformation
catchFrom(ApplicationType type, com.google.gson.JsonObject jsonObject)
static ApplicationInformation
catchFrom(ApplicationType type, java.io.InputStream yamlConfig)
-
-
-
Method Detail
-
catchFrom
public static ApplicationInformation catchFrom(ApplicationType type, com.google.gson.JsonObject jsonObject)
-
catchFrom
public static ApplicationInformation catchFrom(ApplicationType type, java.io.InputStream yamlConfig)
-
-