Class GenRepoInfoFile


  • public class GenRepoInfoFile
    extends Object
    Generate source context files using gcloud, needed by the Cloud Debugger.
    • 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 the CloudSdk 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