public static class Resolver.Entry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
id |
static int |
PUBLIC |
static int |
SYSTEM |
int |
type |
java.lang.String |
uri |
Constructor and Description |
---|
Entry(int type,
java.lang.String id,
java.lang.String uri) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public static final int SYSTEM
public static final int PUBLIC
public int type
public java.lang.String id
public java.lang.String uri