Package | Description |
---|---|
com.rometools.modules.cc.types |
This package contains datatypes for use with the plug in.
|
Modifier and Type | Field and Description |
---|---|
static License.Behaviour |
License.Behaviour.ATTRIBUTION |
static License.Behaviour |
License.Behaviour.COPYLEFT |
static License.Behaviour |
License.Behaviour.DERIVATIVE |
static License.Behaviour |
License.Behaviour.DISTRIBUTION |
static License.Behaviour |
License.Behaviour.NONCOMMERCIAL |
static License.Behaviour |
License.Behaviour.NOTICE |
private License.Behaviour[] |
License.permits |
static License.Behaviour |
License.Behaviour.REPRODUCTION |
private License.Behaviour[] |
License.requires |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,License.Behaviour> |
License.Behaviour.lookup |
Modifier and Type | Method and Description |
---|---|
static License.Behaviour |
License.Behaviour.findByValue(java.lang.String uri) |
License.Behaviour[] |
License.getPermits() |
License.Behaviour[] |
License.getRequires() |
Constructor and Description |
---|
License(java.lang.String uri,
License.Behaviour[] requires,
License.Behaviour[] permits) |
License(java.lang.String uri,
License.Behaviour[] requires,
License.Behaviour[] permits) |