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