org.apache.maven.author.resolver
Class SCMAuthorResolver

java.lang.Object
  |
  +--org.apache.maven.author.resolver.SCMAuthorResolver
All Implemented Interfaces:
AuthorResolver

public class SCMAuthorResolver
extends java.lang.Object
implements AuthorResolver

AuthorResolver based on SCM. This resolver uses SCM to resolve the author(s).

Author:
Eric Ballet Baz

Constructor Summary
SCMAuthorResolver()
           
 
Method Summary
 java.lang.String[] resolveAuthors(java.io.File file)
          Resolve the author(s) of the specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCMAuthorResolver

public SCMAuthorResolver()
Method Detail

resolveAuthors

public final java.lang.String[] resolveAuthors(java.io.File file)
Description copied from interface: AuthorResolver
Resolve the author(s) of the specified file.

Specified by:
resolveAuthors in interface AuthorResolver
Parameters:
file - File for wich we should resolve author(s) for.
Returns:
Array of authors. If no author is found an empty array (not null) should be returned.
See Also:
AuthorResolver.resolveAuthors(java.io.File)


Copyright © 2006 Maven Author Plugin. All Rights Reserved.