Uses of Class
japicmp.output.xml.XmlOutput
-
Packages that use XmlOutput Package Description japicmp.maven japicmp.output.xml -
-
Uses of XmlOutput in japicmp.maven
Methods in japicmp.maven that return XmlOutput Modifier and Type Method Description private XmlOutput
JApiCmpMojo. generateXmlOutput(java.util.List<JApiClass> jApiClasses, java.io.File jApiCmpBuildDir, Options options, MavenParameters mavenParameters, PluginParameters pluginParameters)
Methods in japicmp.maven that return types with arguments of type XmlOutput Modifier and Type Method Description (package private) Optional<XmlOutput>
JApiCmpMojo. executeWithParameters(PluginParameters pluginParameters, MavenParameters mavenParameters)
-
Uses of XmlOutput in japicmp.output.xml
Methods in japicmp.output.xml that return XmlOutput Modifier and Type Method Description private XmlOutput
XmlOutputGenerator. createXmlDocumentAndSchema(Options options, JApiCmpXmlRoot jApiCmpXmlRoot)
XmlOutput
XmlOutputGenerator. generate()
Methods in japicmp.output.xml with parameters of type XmlOutput Modifier and Type Method Description static java.util.List<java.io.File>
XmlOutputGenerator. writeToFiles(Options options, XmlOutput xmlOutput)
-