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