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
 
ArgParser - Class in net.jmatrix.jproperties.util
Simple class for parsing command line arguments out of an arguement list.
ArgParser(String[]) - Constructor for class net.jmatrix.jproperties.util.ArgParser
The constructor requires the arguements that are passed to the main method.
asProperties() - Method in class net.jmatrix.jproperties.spring.JPropertiesSpringHolder
 

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
 
debug - Variable in class net.jmatrix.jproperties.WrappedProperties
 
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
 
get(Object) - Method in class net.jmatrix.jproperties.WrappedProperties
 
getBoolean(String) - Method in class net.jmatrix.jproperties.JProperties
 
getBoolean(String, boolean) - Method in class net.jmatrix.jproperties.JProperties
 
getBooleanArg(String) - Method in class net.jmatrix.jproperties.util.ArgParser
Returns a boolean indicating whether a command like switch was present.
getBooleanArg(String, boolean) - Method in class net.jmatrix.jproperties.util.ArgParser
Returns a boolean indicating whether a command like switch was present.
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
 
getIntArg(String, int) - Method in class net.jmatrix.jproperties.util.ArgParser
 
getIntegerArg(String) - Method in class net.jmatrix.jproperties.util.ArgParser
 
getjProperties() - Method in class net.jmatrix.jproperties.spring.JPropertiesSpringHolder
 
getKey() - Method in class net.jmatrix.jproperties.JProperties.JPropertiesEntry
 
getKeys() - Method in class net.jmatrix.jproperties.JProperties
 
getLastArg() - Method in class net.jmatrix.jproperties.util.ArgParser
 
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
 
getProperty(String, String) - Method in class net.jmatrix.jproperties.WrappedProperties
 
getProperty(String) - Method in class net.jmatrix.jproperties.WrappedProperties
 
getString(String) - Method in class net.jmatrix.jproperties.JProperties
 
getString(String, String) - Method in class net.jmatrix.jproperties.JProperties
 
getStringArg(String) - Method in class net.jmatrix.jproperties.util.ArgParser
 
getStringArg(String, String) - Method in class net.jmatrix.jproperties.util.ArgParser
Returns the string corresponding to the requested key.
getUrl() - Method in class net.jmatrix.jproperties.JProperties
 
getUrl() - Method in class net.jmatrix.jproperties.spring.JPropertiesSpringHolder
 
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
 
isAllowKeysWithNullValues() - Method in class net.jmatrix.jproperties.WrappedProperties
 
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(Properties) - 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
 
JPropertiesCLI - Class in net.jmatrix.jproperties.cli
A command line tool for migrating between java.util.Properties and json properties, and back again.
JPropertiesCLI() - Constructor for class net.jmatrix.jproperties.cli.JPropertiesCLI
 
JPropertiesSpringHolder - Class in net.jmatrix.jproperties.spring
From within Spring, use this class as follows:
JPropertiesSpringHolder() - Constructor for class net.jmatrix.jproperties.spring.JPropertiesSpringHolder
 
JPRuntimeException - Exception in net.jmatrix.jproperties
 
JPRuntimeException() - Constructor for exception net.jmatrix.jproperties.JPRuntimeException
 
JPRuntimeException(String) - Constructor for exception net.jmatrix.jproperties.JPRuntimeException
 
JPRuntimeException(Throwable) - Constructor for exception net.jmatrix.jproperties.JPRuntimeException
 
JPRuntimeException(String, Throwable) - Constructor for exception net.jmatrix.jproperties.JPRuntimeException
 

K

keys() - Method in class net.jmatrix.jproperties.WrappedProperties
 
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.cli.JPropertiesCLI
 
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.cli - package net.jmatrix.jproperties.cli
 
net.jmatrix.jproperties.parser - package net.jmatrix.jproperties.parser
 
net.jmatrix.jproperties.post - package net.jmatrix.jproperties.post
 
net.jmatrix.jproperties.spring - package net.jmatrix.jproperties.spring
 
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
 
propertyNames() - Method in class net.jmatrix.jproperties.WrappedProperties
 
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
Puts value into properties.
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

setAllowKeysWithNullValues(boolean) - Method in class net.jmatrix.jproperties.WrappedProperties
 
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
 
setUrl(String) - Method in class net.jmatrix.jproperties.spring.JPropertiesSpringHolder
Fail-fast on the setter - if the proeprties do not exist at the URL loction, or if the URL is malformed, this should throw - and cause startup to halt (as it should).
setValue(Object) - Method in class net.jmatrix.jproperties.JProperties.JPropertiesEntry
 
size() - Method in class net.jmatrix.jproperties.JProperties
 
size() - Method in class net.jmatrix.jproperties.util.ArgParser
 
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.
toString() - Method in class net.jmatrix.jproperties.JProperties
 
toString() - Method in class net.jmatrix.jproperties.util.ArgParser
 

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

WrappedProperties - Class in net.jmatrix.jproperties
WrappedProperties wraps a JProperties instance, and presents a flattened view of the data as a java.util.Properties object.
WrappedProperties(JProperties) - Constructor for class net.jmatrix.jproperties.WrappedProperties
 
WrappedProperties(JProperties, Character) - Constructor for class net.jmatrix.jproperties.WrappedProperties
 
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 

Copyright © 2014. All rights reserved.