public class Copyright extends Object
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_FILE
the copyright file
|
Constructor and Description |
---|
Copyright() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final String PROPERTY_FILE
public static String getFromYear()
public static String getToYear()
public static String getOwner()
public static String getAddress()
public static String getURL()
public static void main(String[] args)
args
- ignoredCopyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.