Package nl.colorize.multimedialib.tool
Class CordovaWrapper
- java.lang.Object
-
- nl.colorize.multimedialib.tool.CommandLineTool
-
- nl.colorize.multimedialib.tool.CordovaWrapper
-
public class CordovaWrapper extends CommandLineTool
Embeds the browser version of the application, transpiled using TeaVM, into native iOS and Android applications using Cordova.
-
-
Constructor Summary
Constructors Constructor Description CordovaWrapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidrun()Runs this tool.-
Methods inherited from class nl.colorize.multimedialib.tool.CommandLineTool
start
-
-
-
-
Field Detail
-
webAppDir
public java.io.File webAppDir
-
outputDir
public java.io.File outputDir
-
platforms
public java.lang.String platforms
-
appID
public java.lang.String appID
-
appName
public java.lang.String appName
-
version
public java.lang.String version
-
iconFile
public java.io.File iconFile
-
buildJSON
public java.io.File buildJSON
-
dist
public java.lang.String dist
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
run
public void run()
Description copied from class:CommandLineToolRuns this tool. This method is called byCommandLineTool.start(String[]). When this method is called it can be assumed that arguments have already been mapped to fields.- Specified by:
runin classCommandLineTool
-
-