public static final class InclusionChooser.DocumentItem extends Object
Constructor and Description |
---|
DocumentItem(URL url,
int flags) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
getFlags() |
boolean |
isAbsoluteReference() |
boolean |
isNotLoadable() |
boolean |
isUseless() |
void |
setAbsoluteReference(boolean absoluteReference) |
void |
setNotLoadable(boolean notLoadable) |
void |
setUseless(boolean useless) |
String |
toString() |
public final URL url
public DocumentItem(URL url, int flags)
public int getFlags()
public void setAbsoluteReference(boolean absoluteReference)
public boolean isAbsoluteReference()
public void setNotLoadable(boolean notLoadable)
public boolean isNotLoadable()
public void setUseless(boolean useless)
public boolean isUseless()