Interface GeneratedFile


  • public interface GeneratedFile
    Describes a file generated during the launch execution.

    This interface is not intended to be implemented by clients.

    See Also:
    LaunchResult.getGeneratedFiles()
    • Method Detail

      • getPath

        String getPath()
        Returns the symbolic file path of the generated file. This is the path as generated by the text template 'file' tag. This method shall not be used to retrieve the file content.
        Returns:
        the symbolic file path of the generated file.
      • getStorage

        Storage getStorage()
        Returns the storage which contains the generated content.
        Returns:
        the storage which contains the generated content.