- java.lang.Object
-
- com.gluonhq.substrate.model.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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.PathgetAppPath()java.nio.file.PathgetClientPath()java.nio.file.PathgetGenPath()java.nio.file.PathgetGvmPath()java.nio.file.PathgetLogPath()java.nio.file.PathgetNativeCodePath()java.nio.file.PathgetSourcePath()java.nio.file.PathgetTmpPath()
-
-
-
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()
-
-