public class Directives extends Object implements Iterable<Directives.Entry>
| Modifier and Type | Class and Description |
|---|---|
class |
Directives.Entry |
| Constructor and Description |
|---|
Directives() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Directive dir,
JSONEnabled arg) |
static Directives |
get() |
Iterator<Directives.Entry> |
iterator() |
static void |
remove() |
org.codehaus.jettison.json.JSONArray |
toJSONArray() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(Directive dir, JSONEnabled arg)
public org.codehaus.jettison.json.JSONArray toJSONArray()
public static Directives get()
public static void remove()
public Iterator<Directives.Entry> iterator()
iterator in interface Iterable<Directives.Entry>Copyright © 2018. All rights reserved.