weka.core
Class Copyright

java.lang.Object
  extended by weka.core.Copyright

public class Copyright
extends Object

A class for providing centralized Copyright information.

Version:
$Revision: 8034 $
Author:
fracpete (fracpete at waikato dot ac dot nz)

Field Summary
static String PROPERTY_FILE
          the copyright file
 
Constructor Summary
Copyright()
           
 
Method Summary
static String getAddress()
          returns the address of the owner
static String getFromYear()
          returns the start year of the copyright
static String getOwner()
          returns the entity owning the copyright
static String getToYear()
          returns the end year of the copyright (i.e., current year)
static String getURL()
          returns the URL of the owner
static void main(String[] args)
          Only for testing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_FILE

public static final String PROPERTY_FILE
the copyright file

See Also:
Constant Field Values
Constructor Detail

Copyright

public Copyright()
Method Detail

getFromYear

public static String getFromYear()
returns the start year of the copyright

Returns:
the start year

getToYear

public static String getToYear()
returns the end year of the copyright (i.e., current year)

Returns:
the end/current year

getOwner

public static String getOwner()
returns the entity owning the copyright

Returns:
the owner

getAddress

public static String getAddress()
returns the address of the owner

Returns:
the address

getURL

public static String getURL()
returns the URL of the owner

Returns:
the URL

main

public static void main(String[] args)
Only for testing

Parameters:
args - ignored


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.