Skip navigation links
A B C E G I J M O R S T U W Z 

A

addArgument(String) - Method in class org.spf4j.jdiff.JavadocExecutor
Add an javadoc argument
addArgumentPair(String, String) - Method in class org.spf4j.jdiff.JavadocExecutor
Add a javadoc argument pair
ApiChangesMojo - Class in org.spf4j.jdiff
Generates an API difference report between Java sources of two SCM versions
ApiChangesMojo() - Constructor for class org.spf4j.jdiff.ApiChangesMojo
 
ApiDescriptorMojo - Class in org.spf4j.jdiff
Generates an API descriptor of the Java sources.
ApiDescriptorMojo() - Constructor for class org.spf4j.jdiff.ApiDescriptorMojo
 
ApiDiffCmd - Class in org.spf4j.jdiff
 

B

BaseJDiffMojo - Class in org.spf4j.jdiff
 
BaseJDiffMojo() - Constructor for class org.spf4j.jdiff.BaseJDiffMojo
 

C

canGenerateReport() - Method in class org.spf4j.jdiff.ApiChangesMojo
 
Compress - Class in org.spf4j.jdiff.utils
 
copy(InputStream, OutputStream) - Static method in class org.spf4j.jdiff.utils.Compress
 
copy(InputStream, OutputStream, int) - Static method in class org.spf4j.jdiff.utils.Compress
Equivalent to guava ByteStreams.copy, with one special behavior: if is has no bytes immediately available for read, the os is flushed prior to the next read that will probably block.
copyFileAtomic(Path, Path) - Static method in class org.spf4j.jdiff.utils.Compress
Copy file atomic.

E

execute() - Method in class org.spf4j.jdiff.ApiChangesMojo
 
execute() - Method in class org.spf4j.jdiff.ApiDescriptorMojo
execute(File) - Method in class org.spf4j.jdiff.JavadocExecutor
Execute from the workingDir

G

generate(Sink, SinkFactory, Locale) - Method in class org.spf4j.jdiff.ApiChangesMojo
This method is called when the report generation is invoked by maven-site-plugin.
generate(Sink, Locale) - Method in class org.spf4j.jdiff.ApiChangesMojo
 
generateJDiffXML(Collection<File>, Collection<File>, File, String, Collection<String>) - Method in class org.spf4j.jdiff.JDiffRunner
 
generateReport(File, String, String, String, String, Set<String>, File) - Method in class org.spf4j.jdiff.JDiffRunner
 
getCategoryName() - Method in class org.spf4j.jdiff.ApiChangesMojo
 
getDefaultRepository() - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
getDescription(Locale) - Method in class org.spf4j.jdiff.ApiChangesMojo
 
getName(Locale) - Method in class org.spf4j.jdiff.ApiChangesMojo
 
getOutputName() - Method in class org.spf4j.jdiff.ApiChangesMojo
 
getPackages(Collection<File>) - Static method in class org.spf4j.jdiff.JDiffUtils
 
getReportOutputDirectory() - Method in class org.spf4j.jdiff.ApiChangesMojo
 
getRepositorySystem() - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
getRepositorySystemSession(RepositorySystem, File) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
getVersions(List<RemoteRepository>, File, String, String, String) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
getVersions(String, String, String, List<RemoteRepository>, RepositorySystem, RepositorySystemSession) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 

I

isExternalReport() - Method in class org.spf4j.jdiff.ApiChangesMojo
 

J

JavadocExecutionException - Exception in org.spf4j.jdiff
Exception to throw when the javadoc execution fails
JavadocExecutionException(String) - Constructor for exception org.spf4j.jdiff.JavadocExecutionException
 
JavadocExecutionException(String, Throwable) - Constructor for exception org.spf4j.jdiff.JavadocExecutionException
 
JavadocExecutor - Class in org.spf4j.jdiff
Execute javadoc
JavadocExecutor() - Constructor for class org.spf4j.jdiff.JavadocExecutor
 
JavadocExecutor(String) - Constructor for class org.spf4j.jdiff.JavadocExecutor
The constructor
JDiffRunner - Class in org.spf4j.jdiff
 
JDiffRunner() - Constructor for class org.spf4j.jdiff.JDiffRunner
 
JDiffRunner(MojoExecution, ToolchainManager, MavenSession, List<RemoteRepository>, RepositorySystem, String) - Constructor for class org.spf4j.jdiff.JDiffRunner
 
JDiffUtils - Class in org.spf4j.jdiff
Utility-class for this plugin.

M

main(String[]) - Static method in class org.spf4j.jdiff.ApiDiffCmd
 
MavenRepositoryUtils - Class in org.spf4j.maven
inspired by: http://www.hascode.com/2017/09/downloading-maven-artifacts-from-a-pom-file-programmatically-with-eclipse-aether/

O

org.spf4j.jdiff - package org.spf4j.jdiff
 
org.spf4j.jdiff.utils - package org.spf4j.jdiff.utils
 
org.spf4j.maven - package org.spf4j.maven
 

R

resolveArtifact(List<RemoteRepository>, File, String, String, String, String, String) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
resolveArtifact(String, String, String, String, String, List<RemoteRepository>, RepositorySystem, RepositorySystemSession) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
resolveArtifactAndDependencies(List<RemoteRepository>, File, String, String, String, String, String, String) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
resolveArtifactAndDependencies(String, String, String, String, String, String, List<RemoteRepository>, RepositorySystem, RepositorySystemSession) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
runDiffBetweenReleases(String, String, String, File, int) - Method in class org.spf4j.jdiff.JDiffRunner
 
runDiffBetweenReleases(String, String, String, String, File, Set<String>) - Method in class org.spf4j.jdiff.JDiffRunner
 

S

setReportOutputDirectory(File) - Method in class org.spf4j.jdiff.ApiChangesMojo
 

T

toPath(Collection<File>) - Static method in class org.spf4j.maven.MavenRepositoryUtils
 
toString() - Method in class org.spf4j.jdiff.ApiChangesMojo
 
toString() - Method in class org.spf4j.jdiff.ApiDescriptorMojo
 
toString() - Method in class org.spf4j.jdiff.BaseJDiffMojo
Overwite this class for proper toString.
toString() - Method in class org.spf4j.jdiff.JavadocExecutor
 
toString() - Method in class org.spf4j.jdiff.JDiffRunner
 

U

unzip(Path) - Static method in class org.spf4j.jdiff.utils.Compress
Unzip a zip archive to same folder.
unzip(Path, Path) - Static method in class org.spf4j.jdiff.utils.Compress
Unzip a zip file to a destination folder.

W

writeChangesIndexHtml(File, String) - Method in class org.spf4j.jdiff.JDiffRunner
 

Z

zip(Path) - Static method in class org.spf4j.jdiff.utils.Compress
Zip a file or folder.
zip(Path, Path) - Static method in class org.spf4j.jdiff.utils.Compress
Zip a file or folder.
A B C E G I J M O R S T U W Z 
Skip navigation links

Copyright © 2018 SPF4J. All rights reserved.