Class ProcessPaths


  • public class ProcessPaths
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessPaths​(java.nio.file.Path buildRoot, java.lang.String app)
      |-- target/build |-- gluonfx |-- log |-- $arch-$os |-- gvm |-- $appName |-- lib |-- log |-- tmp |-- android_project |-- app |-- $appName.apk |-- $appName (.exe,.app) |-- $appName.app.dSYM |-- $appName.ipa |-- gensrc |-- android |-- ios |-- src |-- android |-- ios |-- main |-- java |-- resources
    • Constructor Detail

      • ProcessPaths

        public ProcessPaths​(java.nio.file.Path buildRoot,
                            java.lang.String app)
                     throws java.io.IOException
        |-- target/build |-- gluonfx |-- log |-- $arch-$os |-- gvm |-- $appName |-- lib |-- log |-- tmp |-- android_project |-- app |-- $appName.apk |-- $appName (.exe,.app) |-- $appName.app.dSYM |-- $appName.ipa |-- gensrc |-- android |-- ios |-- src |-- android |-- ios |-- main |-- java |-- resources
        Throws:
        java.io.IOException
    • Method Detail

      • getClientPath

        public java.nio.file.Path getClientPath()
      • getAppPath

        public java.nio.file.Path getAppPath()
      • getGvmPath

        public java.nio.file.Path getGvmPath()
      • getGenPath

        public java.nio.file.Path getGenPath()
      • getSourcePath

        public java.nio.file.Path getSourcePath()
      • getTmpPath

        public java.nio.file.Path getTmpPath()
      • getLogPath

        public java.nio.file.Path getLogPath()
      • getNativeCodePath

        public java.nio.file.Path getNativeCodePath()