| Package | Description |
|---|---|
| com.github.odiszapc.nginxparser |
| Modifier and Type | Class and Description |
|---|---|
class |
NgxAbstractEntry |
class |
NgxBlock
Describes block section.
|
class |
NgxComment
Comment.
|
class |
NgxConfig
Main class that describes Nginx config
|
class |
NgxIfBlock |
class |
NgxParam
Describes single line parameter.
|
| Modifier and Type | Field and Description |
|---|---|
static Class<? extends NgxEntry> |
NgxConfig.BLOCK |
static Class<? extends NgxEntry> |
NgxConfig.COMMENT |
static Class<? extends NgxEntry> |
NgxConfig.IF |
static Class<? extends NgxEntry> |
NgxConfig.PARAM |
| Modifier and Type | Method and Description |
|---|---|
<T extends NgxEntry> |
NgxBlock.find(Class<T> clazz,
String... params) |
<T extends NgxEntry> |
NgxBlock.findAll(Class<T> clazz,
List<NgxEntry> result,
String... params) |
<T extends NgxEntry> |
NgxBlock.findAll(Class<T> clazz,
String... params) |
| Modifier and Type | Method and Description |
|---|---|
<T extends NgxEntry> |
NgxBlock.findAll(Class<T> clazz,
List<NgxEntry> result,
String... params) |
<T extends NgxEntry> |
NgxBlock.findAll(Class<T> clazz,
String... params) |
Collection<NgxEntry> |
NgxBlock.getEntries() |
Iterator<NgxEntry> |
NgxBlock.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
NgxBlock.addEntry(NgxEntry entry) |
void |
NgxBlock.remove(NgxEntry itemToRemove) |
| Modifier and Type | Method and Description |
|---|---|
<T extends NgxEntry> |
NgxBlock.findAll(Class<T> clazz,
List<NgxEntry> result,
String... params) |
static NgxEntryType |
NgxEntryType.fromClass(Class<? extends NgxEntry> clazz) |
void |
NgxBlock.removeAll(Iterable<NgxEntry> itemsToRemove) |
Copyright © 2016. All rights reserved.