public class PropUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
getBooleanProperty(java.util.Properties props,
java.lang.String name,
boolean def)
Get a boolean valued property.
|
static boolean |
getBooleanSessionProperty(Session session,
java.lang.String name,
boolean def)
Get a boolean valued property.
|
static boolean |
getBooleanSystemProperty(java.lang.String name,
boolean def)
Get a boolean valued System property.
|
static int |
getIntProperty(java.util.Properties props,
java.lang.String name,
int def)
Get an integer valued property.
|
static int |
getIntSessionProperty(Session session,
java.lang.String name,
int def)
Get an integer valued property.
|
public static int getIntProperty(java.util.Properties props, java.lang.String name, int def)
public static boolean getBooleanProperty(java.util.Properties props, java.lang.String name, boolean def)
public static int getIntSessionProperty(Session session, java.lang.String name, int def)
public static boolean getBooleanSessionProperty(Session session, java.lang.String name, boolean def)
public static boolean getBooleanSystemProperty(java.lang.String name, boolean def)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"