Package org.apache.tika.metadata
Interface CreativeCommons
-
- All Known Implementing Classes:
Metadata
public interface CreativeCommons
A collection of Creative Commons properties names.- See Also:
- creativecommons.org
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LICENSE_LOCATION
static java.lang.String
LICENSE_URL
static java.lang.String
WORK_TYPE
-
-
-
Field Detail
-
LICENSE_URL
static final java.lang.String LICENSE_URL
- See Also:
- Constant Field Values
-
LICENSE_LOCATION
static final java.lang.String LICENSE_LOCATION
- See Also:
- Constant Field Values
-
WORK_TYPE
static final java.lang.String WORK_TYPE
- See Also:
- Constant Field Values
-
-