Package weka.core
Class Copyright
- java.lang.Object
-
- weka.core.Copyright
-
public class Copyright extends java.lang.Object
A class for providing centralized Copyright information.- Version:
- $Revision: 1.2 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_FILE
the copyright file
-
Constructor Summary
Constructors Constructor Description Copyright()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getAddress()
returns the address of the ownerstatic java.lang.String
getFromYear()
returns the start year of the copyrightstatic java.lang.String
getOwner()
returns the entity owning the copyrightstatic java.lang.String
getToYear()
returns the end year of the copyright (i.e., current year)static java.lang.String
getURL()
returns the URL of the ownerstatic void
main(java.lang.String[] args)
Only for testing
-
-
-
Field Detail
-
PROPERTY_FILE
public static final java.lang.String PROPERTY_FILE
the copyright file- See Also:
- Constant Field Values
-
-
Method Detail
-
getFromYear
public static java.lang.String getFromYear()
returns the start year of the copyright- Returns:
- the start year
-
getToYear
public static java.lang.String getToYear()
returns the end year of the copyright (i.e., current year)- Returns:
- the end/current year
-
getOwner
public static java.lang.String getOwner()
returns the entity owning the copyright- Returns:
- the owner
-
getAddress
public static java.lang.String getAddress()
returns the address of the owner- Returns:
- the address
-
getURL
public static java.lang.String getURL()
returns the URL of the owner- Returns:
- the URL
-
main
public static void main(java.lang.String[] args)
Only for testing- Parameters:
args
- ignored
-
-