All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wordnik.swagger.codegen.SupportingFile Maven / Gradle / Ivy

The newest version!
package com.wordnik.swagger.codegen;

public class SupportingFile {
  public String templateFile;
  public String folder;
  public String destinationFilename;

  public SupportingFile(String templateFile, String folder, String destinationFilename) {
    this.templateFile = templateFile;
    this.folder = folder;
    this.destinationFilename = destinationFilename;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy