JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
F
G
I
J
K
L
M
N
P
R
S
T
U
V
W
A
acceptsURL(String)
- Method in class net.jmatrix.jproperties.post.
URLPropertiesLoader
ALLOW_UNTRUSTED_SSL
- Static variable in class net.jmatrix.jproperties.util.
URLUtil
C
ClassLogFactory
- Class in
net.jmatrix.jproperties.util
ClassLogFactory()
- Constructor for class net.jmatrix.jproperties.util.
ClassLogFactory
clear()
- Method in class net.jmatrix.jproperties.
JProperties
containsKey(Object)
- Method in class net.jmatrix.jproperties.
JProperties
containsTokens(String)
- Static method in class net.jmatrix.jproperties.substitution.
SubstitutionProcessor
containsValue(Object)
- Method in class net.jmatrix.jproperties.
JProperties
convertClasspathURL(String)
- Static method in class net.jmatrix.jproperties.util.
URLUtil
Converts a classpath:/ style URL to a real file/jar URL like: jar:file:/home/bemo/svnroot/eproperties/jars/testproperties.jar!/testjar.properties Or: file:/bla
D
debug
- Static variable in class net.jmatrix.jproperties.substitution.
SubstitutionProcessor
debug
- Static variable in class net.jmatrix.jproperties.util.
JDK14LogConfig
debugURL(URL)
- Static method in class net.jmatrix.jproperties.util.
URLUtil
DEFAULT_BOOLEAN
- Static variable in class net.jmatrix.jproperties.
JProperties
DEFAULT_INT
- Static variable in class net.jmatrix.jproperties.
JProperties
DEFAULT_LONG
- Static variable in class net.jmatrix.jproperties.
JProperties
E
entrySet()
- Method in class net.jmatrix.jproperties.
JProperties
F
findString(String)
- Method in class net.jmatrix.jproperties.
JProperties
findUrl()
- Method in class net.jmatrix.jproperties.
JProperties
findValue(String)
- Method in class net.jmatrix.jproperties.
JProperties
This method will search up a tree of EProoperties objects, looking for a match.
G
get(Object)
- Method in class net.jmatrix.jproperties.
JProperties
getBoolean(String)
- Method in class net.jmatrix.jproperties.
JProperties
getBoolean(String, boolean)
- Method in class net.jmatrix.jproperties.
JProperties
getCallingClassName(int)
- Static method in class net.jmatrix.jproperties.util.
ClassLogFactory
getConnection(URL)
- Static method in class net.jmatrix.jproperties.util.
URLUtil
This method wraps the URL.openConnection method to selectively disable https authentication on https URL connections.
getInt(String)
- Method in class net.jmatrix.jproperties.
JProperties
getInt(String, int)
- Method in class net.jmatrix.jproperties.
JProperties
getKey()
- Method in class net.jmatrix.jproperties.
JProperties.JPropertiesEntry
getKeys()
- Method in class net.jmatrix.jproperties.
JProperties
getList(String)
- Method in class net.jmatrix.jproperties.
JProperties
getLog()
- Static method in class net.jmatrix.jproperties.util.
ClassLogFactory
getLong(String)
- Method in class net.jmatrix.jproperties.
JProperties
getLong(String, long)
- Method in class net.jmatrix.jproperties.
JProperties
getProperties(String)
- Method in class net.jmatrix.jproperties.
JProperties
getString(String)
- Method in class net.jmatrix.jproperties.
JProperties
getString(String, String)
- Method in class net.jmatrix.jproperties.
JProperties
getUrl()
- Method in class net.jmatrix.jproperties.
JProperties
getValue()
- Method in class net.jmatrix.jproperties.
JProperties.JPropertiesEntry
I
IncludePostProcessor
- Class in
net.jmatrix.jproperties.post
Processes any includes.
IncludePostProcessor()
- Constructor for class net.jmatrix.jproperties.post.
IncludePostProcessor
isEmpty()
- Method in class net.jmatrix.jproperties.
JProperties
isProcessInclusions()
- Method in class net.jmatrix.jproperties.
JProperties
isProcessSubstitutions()
- Method in class net.jmatrix.jproperties.
JProperties
J
JDK14LogConfig
- Class in
net.jmatrix.jproperties.util
JDK14LogConfig()
- Constructor for class net.jmatrix.jproperties.util.
JDK14LogConfig
JProperties
- Class in
net.jmatrix.jproperties
JProperties is a replacment for the classic java.util.Properties object that supports JSON based syntax, inclusion and substitution.
JProperties()
- Constructor for class net.jmatrix.jproperties.
JProperties
JProperties(Map<String, Object>)
- Constructor for class net.jmatrix.jproperties.
JProperties
JProperties.JPropertiesEntry
- Class in
net.jmatrix.jproperties
Required to process substitutions in EntrySets.
JProperties.JPropertiesEntry(Map.Entry<String, Object>)
- Constructor for class net.jmatrix.jproperties.
JProperties.JPropertiesEntry
K
keySet()
- Method in class net.jmatrix.jproperties.
JProperties
L
lastMod(URL)
- Static method in class net.jmatrix.jproperties.util.
URLUtil
loadProperties(JProperties, String, Options)
- Method in class net.jmatrix.jproperties.post.
URLPropertiesLoader
log
- Static variable in class net.jmatrix.jproperties.
JProperties
log
- Static variable in class net.jmatrix.jproperties.parser.
Parser
log
- Static variable in class net.jmatrix.jproperties.substitution.
SubstitutionProcessor
log
- Static variable in class net.jmatrix.jproperties.util.
URLUtil
M
main(String[])
- Static method in class net.jmatrix.jproperties.parser.
Parser
main(String[])
- Static method in class net.jmatrix.jproperties.util.
JDK14LogConfig
MAX_RECURSIVE_SUBSTITUTIONS
- Static variable in class net.jmatrix.jproperties.substitution.
SubstitutionProcessor
N
net.jmatrix.jproperties
- package net.jmatrix.jproperties
net.jmatrix.jproperties.parser
- package net.jmatrix.jproperties.parser
net.jmatrix.jproperties.post
- package net.jmatrix.jproperties.post
net.jmatrix.jproperties.substitution
- package net.jmatrix.jproperties.substitution
net.jmatrix.jproperties.util
- package net.jmatrix.jproperties.util
P
parse(File)
- Static method in class net.jmatrix.jproperties.parser.
Parser
parse(URL)
- Static method in class net.jmatrix.jproperties.parser.
Parser
parse(Reader)
- Static method in class net.jmatrix.jproperties.parser.
Parser
Parser
- Class in
net.jmatrix.jproperties.parser
Parser()
- Constructor for class net.jmatrix.jproperties.parser.
Parser
post(JProperties)
- Method in class net.jmatrix.jproperties.post.
IncludePostProcessor
post(JProperties)
- Method in interface net.jmatrix.jproperties.post.
PostProcessor
PostProcessor
- Interface in
net.jmatrix.jproperties.post
processSubstitution(String, JProperties)
- Static method in class net.jmatrix.jproperties.substitution.
SubstitutionProcessor
Public facing method.
processSubstitution(String, JProperties, Class)
- Static method in class net.jmatrix.jproperties.substitution.
SubstitutionProcessor
pump(InputStream, OutputStream)
- Static method in class net.jmatrix.jproperties.util.
StreamUtil
Pumps one stream to another, with a buffer - both streams are closed when the pump is complete.
pumpExactly(InputStream, OutputStream, int)
- Static method in class net.jmatrix.jproperties.util.
StreamUtil
put(String, Object)
- Method in class net.jmatrix.jproperties.
JProperties
putAll(Map<? extends String, ? extends Object>)
- Method in class net.jmatrix.jproperties.
JProperties
R
readFully(InputStream)
- Static method in class net.jmatrix.jproperties.util.
StreamUtil
readToString(InputStream)
- Static method in class net.jmatrix.jproperties.util.
StreamUtil
Reads all remaining bytes from a stream and returns it as a string.
remove(Object)
- Method in class net.jmatrix.jproperties.
JProperties
S
setParent(JProperties)
- Method in class net.jmatrix.jproperties.
JProperties
setProcessInclusions(boolean)
- Method in class net.jmatrix.jproperties.
JProperties
setProcessSubstitutions(boolean)
- Method in class net.jmatrix.jproperties.
JProperties
setUrl(String)
- Method in class net.jmatrix.jproperties.
JProperties
setValue(Object)
- Method in class net.jmatrix.jproperties.
JProperties.JPropertiesEntry
size()
- Method in class net.jmatrix.jproperties.
JProperties
startup()
- Static method in class net.jmatrix.jproperties.util.
JDK14LogConfig
StreamUtil
- Class in
net.jmatrix.jproperties.util
StreamUtil()
- Constructor for class net.jmatrix.jproperties.util.
StreamUtil
SubstitutionProcessor
- Class in
net.jmatrix.jproperties.substitution
Static methods used to substitute tokens for values.
SubstitutionProcessor()
- Constructor for class net.jmatrix.jproperties.substitution.
SubstitutionProcessor
T
toJson(JProperties)
- Static method in class net.jmatrix.jproperties.parser.
Parser
toProperties()
- Method in class net.jmatrix.jproperties.
JProperties
We no longer extend Properties, but some older systems may still want Properties.
U
unbufferedPump(InputStream, OutputStream)
- Static method in class net.jmatrix.jproperties.util.
StreamUtil
URLPropertiesLoader
- Class in
net.jmatrix.jproperties.post
Loads properties from file, http(s), or classpath locations.
URLPropertiesLoader()
- Constructor for class net.jmatrix.jproperties.post.
URLPropertiesLoader
URLUtil
- Class in
net.jmatrix.jproperties.util
A set of URL utilities relevant to EProperites.
URLUtil()
- Constructor for class net.jmatrix.jproperties.util.
URLUtil
V
values()
- Method in class net.jmatrix.jproperties.
JProperties
W
write(JProperties, Writer)
- Static method in class net.jmatrix.jproperties.parser.
Parser
write(JProperties, File)
- Static method in class net.jmatrix.jproperties.parser.
Parser
writeAsJson(Object)
- Static method in class net.jmatrix.jproperties.parser.
Parser
writeAsJson(Object, boolean)
- Static method in class net.jmatrix.jproperties.parser.
Parser
A
C
D
E
F
G
I
J
K
L
M
N
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014. All rights reserved.