Class XmlOutputGeneratorOptions

java.lang.Object
japicmp.output.xml.XmlOutputGeneratorOptions

public class XmlOutputGeneratorOptions extends Object
  • Field Details

    • createSchemaFile

      private boolean createSchemaFile
    • title

      private Optional<String> title
    • semanticVersioningInformation

      private String semanticVersioningInformation
  • Constructor Details

    • XmlOutputGeneratorOptions

      public XmlOutputGeneratorOptions()
  • Method Details

    • isCreateSchemaFile

      public boolean isCreateSchemaFile()
    • setCreateSchemaFile

      public void setCreateSchemaFile(boolean createSchemaFile)
    • getTitle

      public Optional<String> getTitle()
    • setTitle

      public void setTitle(String title)
    • getSemanticVersioningInformation

      public String getSemanticVersioningInformation()
    • setSemanticVersioningInformation

      public void setSemanticVersioningInformation(String semanticVersioningInformation)