public enum Tasks extends Enum<Tasks>
| Modifier and Type | Method and Description |
|---|---|
static void |
compileHTML(Logger log,
org.apache.maven.project.MavenProject project) |
static File |
toInputDirectory(org.apache.maven.project.MavenProject project) |
static File |
toOutputDirectory(org.apache.maven.project.MavenProject project) |
static File |
toStaticDirectory(org.apache.maven.project.MavenProject project) |
static Tasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Tasks[] values()
for (Tasks c : Tasks.values()) System.out.println(c);
public static Tasks valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static void compileHTML(Logger log, org.apache.maven.project.MavenProject project) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionpublic static File toInputDirectory(org.apache.maven.project.MavenProject project) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionpublic static File toOutputDirectory(org.apache.maven.project.MavenProject project) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionpublic static File toStaticDirectory(org.apache.maven.project.MavenProject project) throws org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoFailureExceptionCopyright © 2019. All rights reserved.