public class StaleHelper extends Object
Constructor and Description |
---|
StaleHelper() |
Modifier and Type | Method and Description |
---|---|
static List<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 List<String> getStaleData(org.codehaus.plexus.util.cli.Commandline cmd) throws org.apache.maven.reporting.MavenReportException
cmd
- the command lineorg.apache.maven.reporting.MavenReportException
- if an error occurspublic static void writeStaleData(org.codehaus.plexus.util.cli.Commandline cmd, Path path) throws org.apache.maven.reporting.MavenReportException
cmd
- the command linepath
- the stale data pathorg.apache.maven.reporting.MavenReportException
- if an error occursCopyright © 2004–2023 The Apache Software Foundation. All rights reserved.