public class Selector extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HASH_PRIME |
protected String |
path |
protected SelectorType |
type |
| Constructor and Description |
|---|
Selector() |
Selector(SelectorType selectorType,
String selector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPath() |
SelectorType |
getType() |
int |
hashCode() |
void |
setPath(String path) |
void |
setSelector(SelectorType selectorType,
String selector) |
void |
setType(SelectorType type) |
String |
toString() |
public static final int HASH_PRIME
protected SelectorType type
protected String path
public Selector()
public Selector(SelectorType selectorType, String selector)
public void setSelector(SelectorType selectorType, String selector)
public SelectorType getType()
public void setType(SelectorType type)
public String getPath()
public void setPath(String path)
Copyright © 2017. All rights reserved.