| Package | Description |
|---|---|
| net.anotheria.moskito.core.context | |
| net.anotheria.moskito.core.tag |
| Modifier and Type | Method and Description |
|---|---|
static void |
MoSKitoContext.addTag(java.lang.String tagName,
java.lang.String tagValue,
TagType type,
java.lang.String source) |
| Modifier and Type | Method and Description |
|---|---|
TagType |
Tag.getType() |
static TagType |
TagType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagType[] |
TagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagRepository.addTag(java.lang.String name,
java.lang.String value,
TagType type,
java.lang.String source)
Adds tag and its value.
|
| Constructor and Description |
|---|
Tag(java.lang.String name,
TagType type,
java.lang.String source) |
Copyright © 2010-2020 anotheria.net. All Rights Reserved.