Uses of Class
org.agrona.PropertyAction
-
Packages that use PropertyAction Package Description org.agrona Data structures and utilities useful for building high-performance Java applications. -
-
Uses of PropertyAction in org.agrona
Methods in org.agrona that return PropertyAction Modifier and Type Method Description static PropertyAction
PropertyAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PropertyAction[]
PropertyAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.agrona with parameters of type PropertyAction Modifier and Type Method Description private static void
SystemUtil. loadProperties(PropertyAction propertyAction, java.io.InputStream in)
static void
SystemUtil. loadPropertiesFile(PropertyAction propertyAction, java.lang.String filenameOrUrl)
Load system properties from a given filename or url.static void
SystemUtil. loadPropertiesFiles(PropertyAction propertyAction, java.lang.String... filenamesOrUrls)
Load system properties from a given set of filenames or URLs.
-