|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.maven.author.FilesByAuthorProvider
This class is the main entry point to resolve the authors of each file to process. The same file can have multiples authors (multiple author javadoc tag for example).
Method Summary | |
---|---|
static java.util.SortedMap |
resolveAuthors(org.apache.commons.jelly.tags.ant.FileScanner filesToProcess,
java.util.List authorResolverClassNames)
This method is the main entry point to resolve the authors of each file to process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.util.SortedMap resolveAuthors(org.apache.commons.jelly.tags.ant.FileScanner filesToProcess, java.util.List authorResolverClassNames) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
filesToProcess
- List of files to process.authorResolverClassNames
- List of AuthorResolver's class names.
java.lang.ClassNotFoundException
- If a class of a resolver is not found.
java.lang.InstantiationException
- If a class of a resolver cannot be instanciate.
java.lang.IllegalAccessException
- If a constructor of a resolver is not accessible.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |