|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.Copyright
public class Copyright
A class for providing centralized Copyright information.
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_FILE
the copyright file |
| Constructor Summary | |
|---|---|
Copyright()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getAddress()
returns the address of the owner |
static java.lang.String |
getFromYear()
returns the start year of the copyright |
static java.lang.String |
getOwner()
returns the entity owning the copyright |
static 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 owner |
static void |
main(java.lang.String[] args)
Only for testing |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROPERTY_FILE
| Constructor Detail |
|---|
public Copyright()
| Method Detail |
|---|
public static java.lang.String getFromYear()
public static java.lang.String getToYear()
public static java.lang.String getOwner()
public static java.lang.String getAddress()
public static java.lang.String getURL()
public static void main(java.lang.String[] args)
args - ignored
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||