| Package | Description |
|---|---|
| org.codehaus.mojo.license |
| Modifier and Type | Method and Description |
|---|---|
static AbstractFileHeaderMojo.FileState |
AbstractFileHeaderMojo.FileState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractFileHeaderMojo.FileState[] |
AbstractFileHeaderMojo.FileState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<File> |
AbstractFileHeaderMojo.getFiles(AbstractFileHeaderMojo.FileState state)
Gets all files for the given
state. |
protected void |
AbstractFileHeaderMojo.reportType(AbstractFileHeaderMojo.FileState state,
StringBuilder buffer)
Reports into the given
buffer stats for the given state. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFileHeaderMojo.FileState.addFile(File file,
EnumMap<AbstractFileHeaderMojo.FileState,Set<File>> results)
Register a file for this state on result dictionary.
|
protected void |
AbstractFileHeaderMojo.checkResults(EnumMap<AbstractFileHeaderMojo.FileState,Set<File>> result)
Checks the results of the mojo execution using the
AbstractFileHeaderMojo.isFailOnMissingHeader() and
AbstractFileHeaderMojo.isFailOnNotUptodateHeader(). |
Copyright © 2010–2014 Codehaus. All rights reserved.