|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jena.iri.impl.IRIExamples
org.apache.jena.iri.impl.Specification
public class Specification
| Field Summary | |
|---|---|
static Map<String,Specification> |
all
|
static Map<String,Specification> |
iris
|
static Map<String,Specification> |
schemes
|
| Constructor Summary | |
|---|---|
Specification(String name,
String type,
String rfc,
String uri,
String title,
String section,
String[] bad,
String[] good)
|
|
| Method Summary | |
|---|---|
void |
add(ViolationCodeInfo.InSpec spec,
ViolationCodeInfo info)
|
void |
addDefinition(String string,
String string2,
String string3)
|
boolean |
applies(String scheme)
|
static Specification |
get(String name)
|
long |
getErrors(int i)
|
int |
getProhibited()
|
int |
getRequired()
|
String |
getUri()
|
boolean |
isIRISpec()
|
boolean |
isSchemeSpec()
|
String |
name()
|
void |
port(int i)
|
void |
prohibit(int component)
|
void |
require(int component)
|
void |
setDNS(boolean b)
|
void |
setPattern(int component,
String string)
|
void |
setReserved(int component,
String string)
|
| Methods inherited from class org.apache.jena.iri.impl.IRIExamples |
|---|
getBadExamples, getGoodExamples |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Map<String,Specification> iris
public static final Map<String,Specification> schemes
public static final Map<String,Specification> all
| Constructor Detail |
|---|
public Specification(String name,
String type,
String rfc,
String uri,
String title,
String section,
String[] bad,
String[] good)
| Method Detail |
|---|
public static Specification get(String name)
public String getUri()
public void add(ViolationCodeInfo.InSpec spec,
ViolationCodeInfo info)
public long getErrors(int i)
public String name()
public void addDefinition(String string,
String string2,
String string3)
public void setDNS(boolean b)
public void port(int i)
public void prohibit(int component)
public void require(int component)
public void setPattern(int component,
String string)
public void setReserved(int component,
String string)
public int getProhibited()
public int getRequired()
public boolean isIRISpec()
public boolean isSchemeSpec()
public boolean applies(String scheme)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||