Java org.springframework.boot.cli.command.init ProjectGenerationResponse fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.cli.command.init ProjectGenerationResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.cli.command.init ProjectGenerationResponse.

The text is from its open source code.

Constructor

Method

byte[]getContent()
The generated project archive or file.
ContentTypegetContentType()
Return the ContentType of this instance.
StringgetFileName()
The preferred file name to use to store the entity on disk or null if no preferred value has been set.
voidsetContent(byte[] content)
voidsetFileName(String fileName)