Constant Field Values
Contents
com.norconex.*
-
com.norconex.commons.lang.ResourceLoader Modifier and Type Constant Field Value public static final String
HTML
".html"
public static final String
JSON
".json"
public static final String
TXT
".txt"
public static final String
XML
".xml"
-
com.norconex.commons.lang.Sleeper Modifier and Type Constant Field Value public static final long
ONE_HOUR
3600000L
public static final long
ONE_MINUTE
60000L
public static final long
ONE_SECOND
1000L
-
com.norconex.commons.lang.encrypt.EncryptionKey Modifier and Type Constant Field Value public static final int
DEFAULT_KEY_SIZE
128
-
com.norconex.commons.lang.exec.ExecUtil Modifier and Type Constant Field Value public static final String
STDERR
"STDERR"
public static final String
STDOUT
"STDOUT"
-
com.norconex.commons.lang.exec.Retrier Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_CAUSES_KEPT
10
public static final int
DEFAULT_MAX_RETRIES
10
public static final long
DEFAULT_RETRY_DELAY
0L
-
com.norconex.commons.lang.io.ByteArrayOutputStream Modifier and Type Constant Field Value public static final int
DEFAULT_INITIAL_CAPACITY
1024
-
com.norconex.commons.lang.io.InputStreamConsumer Modifier and Type Constant Field Value public static final int
DEFAULT_CHUNK_SIZE
1024
-
com.norconex.commons.lang.io.TextReader Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_READ_SIZE
10000000
-
com.norconex.commons.lang.jar.JarCopier Modifier and Type Constant Field Value public static final int
STRATEGY_DELETE_COPY
2
public static final int
STRATEGY_INTERACTIVE
5
public static final int
STRATEGY_NO_COPY
3
public static final int
STRATEGY_PLAIN_COPY
4
public static final int
STRATEGY_RENAME_COPY
1
-
com.norconex.commons.lang.javadoc.BlockTaglet Modifier and Type Constant Field Value public static final String
NAME
"nx.block"
-
com.norconex.commons.lang.javadoc.HTMLTaglet Modifier and Type Constant Field Value public static final String
NAME
"nx.html"
-
com.norconex.commons.lang.javadoc.IncludeTaglet Modifier and Type Constant Field Value public static final String
NAME
"nx.include"
-
com.norconex.commons.lang.javadoc.JSONTaglet Modifier and Type Constant Field Value public static final String
NAME
"nx.json"
-
com.norconex.commons.lang.javadoc.XMLExampleTaglet Modifier and Type Constant Field Value public static final String
NAME
"nx.xml.example"
-
com.norconex.commons.lang.javadoc.XMLTaglet Modifier and Type Constant Field Value public static final String
NAME
"nx.xml"
-
com.norconex.commons.lang.javadoc.XMLUsageTaglet Modifier and Type Constant Field Value public static final String
NAME
"nx.xml.usage"
-
com.norconex.commons.lang.map.Properties Modifier and Type Constant Field Value public static final String
DEFAULT_JAVA_PROPERTIES_DELIMITER
"\\u241E"
-
com.norconex.commons.lang.text.Regex Modifier and Type Constant Field Value public static final int
UNICODE_CASE_INSENSTIVE_FLAG
66
public static final int
UNICODE_MARK_INSENSTIVE_FLAG
65536
-
com.norconex.commons.lang.text.StringUtil Modifier and Type Constant Field Value public static final int
TRUNCATE_HASH_LENGTH
10
-
com.norconex.commons.lang.url.HttpURL Modifier and Type Constant Field Value public static final int
DEFAULT_HTTP_PORT
80
public static final int
DEFAULT_HTTPS_PORT
443
public static final String
PROTOCOL_HTTP
"http"
public static final String
PROTOCOL_HTTPS
"https"
-
com.norconex.commons.lang.xml.XMLUtil Modifier and Type Constant Field Value public static final String
W3C_XML_SCHEMA_NS_URI_1_1
"http://www.w3.org/XML/XMLSchema/v1.1"
-
com.norconex.commons.lang.xml.flow.XMLFlow<T> Modifier and Type Constant Field Value public static final String
DEFAULT_CONSUMERS_WRITE_TAG_NAME
"consumer"