|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Map
to a Properties
object.
filename
without throwing an exception.
location
exists.
cr
and linefeeds with lf
.
BufferedReader
for the location indicated using the platform default encoding.
BufferedReader
for the location indicated using the encoding indicated.
BufferedReader
that reads from file
using the indicated encoding.
BufferedReader
that reads from in
using the indicated encoding.
BufferedReader
that reads from s
strictly hex
format, return the corresponding byte[]
.
count
List
of keys from properties
that end with suffix
.
env
prefix
File
handle from filename
.
getEnvAsProperties()
and
System.getProperties()
.
getEnvAsProperties()
and System.getProperties()
.
InputStream
to location
.
Properties
object containing properties prefixed with prefix
.
key
according to the mode passed in.
properties
plus global properties to find a value for key
according to the mode passed in.
List
of keys from properties
that start with prefix
keys
Version
object from the version
string.
Writer
that writes to out
using the indicated encoding.
String's
into the hex for that encoding
and also convert the hex back into the original string.value
should be included, false otherwise.excludes is not empty and contains value
return false.
If value
has not been explicitly excluded, proceed with checking the includes
list.
If includes
is empty return true.
If includes
is not empty, return true if, and only if, value
appears in the list.
- initialize(Properties) -
Method in class org.kuali.common.util.property.DefaultPropertyContext
-
- initialize(Properties) -
Method in interface org.kuali.common.util.property.PropertyContext
-
- initializeLoadProcessors() -
Method in class org.kuali.common.util.property.DefaultPropertyLoadContext
-
- initializeLoadProcessors() -
Method in interface org.kuali.common.util.property.PropertyLoadContext
-
- isAddEnvironmentVariables() -
Method in class org.kuali.common.util.property.DefaultPropertyContext
-
- isAddSystemProperties() -
Method in class org.kuali.common.util.property.DefaultPropertyContext
-
- isDelete() -
Method in class org.kuali.common.util.spring.ToStringContext
-
- isEmpty(Collection<?>) -
Static method in class org.kuali.common.util.CollectionUtils
-
- isExistingFile(String) -
Static method in class org.kuali.common.util.LocationUtils
- Null safe method for determining if
location
is an existing file.
- isRemoveEncryptedProperties() -
Method in class org.kuali.common.util.property.processor.EndsWithDecryptProcessor
-
- isRemoveUnencryptedProperties() -
Method in class org.kuali.common.util.property.processor.EndsWithEncryptProcessor
-
- isResolvePlaceholders() -
Method in class org.kuali.common.util.property.DefaultPropertyContext
-
- isSingleton() -
Method in class org.kuali.common.util.spring.PropertyFactoryBean
-
- isSingleton() -
Method in class org.kuali.common.util.spring.ToStringFactoryBean
-
- isSnapshot() -
Method in class org.kuali.common.util.Version
-
- isSnapshot(String) -
Static method in class org.kuali.common.util.VersionUtils
- Return true if
version
ends with -SNAPSHOT
or .SNAPSHOT
(case insensitive).
- isTrim() -
Method in class org.kuali.common.util.spring.ToStringContext
-
- isXml(String) -
Static method in class org.kuali.common.util.PropertyUtils
- Return true if, and only if, location ends with
.xml
(case insensitive).
Properties
object loaded from location
.
Properties
object loaded from location
using encoding
.
Properties
especially as it relates to storing and loading.location
as a list of String's
one entry per line using the platform default encoding
location
as a list of String's
one entry per line using the encoding indicated.
s
as a list of String's
one entry per line
String
that are null
safestring
into a byte[]
using the specified encoding, then convert each byte
into its 2
digit hexadecimal form.
byte
into its 2 digit hexadecimal form.
location
as a String
using the platform's default character encoding.
location
as a String
using the specified character encoding.
tokens
into a String
strictly hex
format and the encoding
that was used to produce the hex, convert it back to
a Java String
.
properties
passed in to contain only the desired property values.
properties
passed in to contain only the desired property values.
version
with .SNAPSHOT
or -SNAPSHOT
removed from the end (if present)
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |