net.sourceforge.jsh3modtool.mod
Interface ModAuthor

All Known Implementing Classes:
DefaultModAuthor

public interface ModAuthor

Interface for defining an author of a mod.

Author:
redsolo

Method Summary
 java.lang.String getAlias()
          Returns the alias of the author.
 java.lang.String getEmail()
          Returns the email of the author.
 java.lang.String getName()
          Returns the full name of the author.
 java.net.URL getWebsite()
          Returns the web site.
 

Method Detail

getAlias

java.lang.String getAlias()
Returns the alias of the author.

Returns:
the alias of the author.

getName

java.lang.String getName()
Returns the full name of the author.

Returns:
the full name of the author.

getEmail

java.lang.String getEmail()
Returns the email of the author.

Returns:
the email of the author.

getWebsite

java.net.URL getWebsite()
Returns the web site.

Returns:
the web site.


Copyright © 2005 sourceforge.net. All Rights Reserved.