Package japicmp.output.xml
Class XmlOutputGeneratorOptions
- java.lang.Object
-
- japicmp.output.xml.XmlOutputGeneratorOptions
-
public class XmlOutputGeneratorOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private booleancreateSchemaFileprivate java.lang.StringsemanticVersioningInformationprivate Optional<java.lang.String>title
-
Constructor Summary
Constructors Constructor Description XmlOutputGeneratorOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSemanticVersioningInformation()Optional<java.lang.String>getTitle()booleanisCreateSchemaFile()voidsetCreateSchemaFile(boolean createSchemaFile)voidsetSemanticVersioningInformation(java.lang.String semanticVersioningInformation)voidsetTitle(java.lang.String title)
-
-
-
Field Detail
-
createSchemaFile
private boolean createSchemaFile
-
title
private Optional<java.lang.String> title
-
semanticVersioningInformation
private java.lang.String semanticVersioningInformation
-
-
Method Detail
-
isCreateSchemaFile
public boolean isCreateSchemaFile()
-
setCreateSchemaFile
public void setCreateSchemaFile(boolean createSchemaFile)
-
getTitle
public Optional<java.lang.String> getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
getSemanticVersioningInformation
public java.lang.String getSemanticVersioningInformation()
-
setSemanticVersioningInformation
public void setSemanticVersioningInformation(java.lang.String semanticVersioningInformation)
-
-