Class GenRepoInfoFile
- java.lang.Object
-
- com.google.cloud.tools.appengine.operations.GenRepoInfoFile
-
public class GenRepoInfoFile extends Object
Generate source context files using gcloud, needed by the Cloud Debugger.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(GenRepoInfoFileConfiguration configuration)
Generates source context files.
-
-
-
Method Detail
-
generate
public void generate(GenRepoInfoFileConfiguration configuration) throws AppEngineException
Generates source context files.It is possible for the process to return an error code. In that case, no exception is thrown, but the code must be caught with a
ProcessExitListener
attached to theCloudSdk
object used to run the command.- Parameters:
configuration
- contains the source and output directories- Throws:
AppEngineException
- when there is an issue running the gcloud process
-
-