| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.utils.developer | |
| edu.cornell.mannlib.vitro.webapp.utils.developer.listeners |
| Modifier and Type | Method and Description |
|---|---|
static Key |
Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Key[] |
Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DeveloperSettings.getBoolean(Key key)
If developerMode is enabled, return the boolean value of the stored
setting.
|
String |
DeveloperSettings.getString(Key key)
If developerMode is enabled and the setting has a value, return that
value.
|
| Constructor and Description |
|---|
DeveloperDisabledChangeListener(org.apache.jena.rdf.model.ModelChangedListener inner,
Key disablingKey) |
DeveloperDisabledModelChangeListener(org.apache.jena.rdf.model.ModelChangedListener inner,
Key disablingKey) |
Copyright © 2021. All rights reserved.