Package org.ithaka.portico.jhove.module
Class PorticoConstants
- java.lang.Object
-
- org.ithaka.portico.jhove.module.PorticoConstants
-
public class PorticoConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPORTICOAGENTADDRESSstatic StringPORTICOAGENTEMAILstatic StringPORTICOAGENTTELEPHONEstatic AgentTypePORTICOAGENTTYPEstatic StringPORTICOVENDORNAMEstatic StringRIGHTS_STR1static StringRIGHTS_STR2
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AgentporticoAgent()static StringporticoRightsStmt(String strYear)Constructs rights statement using (String) year value from each PTC module
-
-
-
Field Detail
-
PORTICOVENDORNAME
public static final String PORTICOVENDORNAME
- See Also:
- Constant Field Values
-
PORTICOAGENTTYPE
public static final AgentType PORTICOAGENTTYPE
-
PORTICOAGENTADDRESS
public static final String PORTICOAGENTADDRESS
- See Also:
- Constant Field Values
-
PORTICOAGENTTELEPHONE
public static final String PORTICOAGENTTELEPHONE
- See Also:
- Constant Field Values
-
PORTICOAGENTEMAIL
public static final String PORTICOAGENTEMAIL
- See Also:
- Constant Field Values
-
RIGHTS_STR1
public static final String RIGHTS_STR1
- See Also:
- Constant Field Values
-
RIGHTS_STR2
public static final String RIGHTS_STR2
- See Also:
- Constant Field Values
-
-
Method Detail
-
porticoRightsStmt
public static String porticoRightsStmt(String strYear)
Constructs rights statement using (String) year value from each PTC module- Parameters:
strYear- Copyright year for each module, as String- Returns:
- rights statement
-
porticoAgent
public static Agent porticoAgent()
-
-