public class StaleHelper extends Object
| Constructor and Description |
|---|
StaleHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getStaleData(Commandline cmd)
Compute the data used to detect a stale javadoc
|
static void |
writeStaleData(Commandline cmd,
Path path)
Write the data used to detect a stale javadoc
|
public static String getStaleData(Commandline cmd) throws MavenReportException
cmd - the command lineMavenReportException - if an error occurspublic static void writeStaleData(Commandline cmd, Path path) throws MavenReportException
cmd - the command linepath - the stale data pathMavenReportException - if an error occursCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.