Package dev.prozilla.pine.tools
Class BuildTool.BuildConfig
java.lang.Object
dev.prozilla.pine.tools.BuildTool.BuildConfig
- Enclosing class:
BuildTool
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFileName(String extension) getFileName(String suffix, String extension) getJar()booleanisDebug()booleanbooleanboolean
-
Field Details
-
mainClass
-
gameName
-
developer
-
version
-
jreVersion
-
includeJre
public boolean includeJre -
jar
-
iconPath
-
debug
public boolean debug -
resourcesPath
-
includeZip
public boolean includeZip -
includeInstaller
public boolean includeInstaller
-
-
Constructor Details
-
BuildConfig
public BuildConfig()
-
-
Method Details
-
getMainClass
-
getGameName
-
getDeveloper
-
getVersion
-
getJreVersion
-
shouldIncludeJre
public boolean shouldIncludeJre() -
getJar
-
getIconPath
-
isDebug
public boolean isDebug() -
getResourcesPath
-
shouldIncludeZip
public boolean shouldIncludeZip() -
getOutputFileName
-
getZipFileName
-
getInstallerName
-
getFileName
-
getFileName
-
shouldIncludeInstaller
public boolean shouldIncludeInstaller() -
getCopyright
-