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
Subclasses with type arguments of type PropertyAction in org.agronaModifier and TypeClassDescriptionenumAction to be taken for each property loaded into system properties.Methods in org.agrona that return PropertyActionModifier and TypeMethodDescriptionstatic PropertyActionReturns 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 voidSystemUtil.loadProperties(PropertyAction propertyAction, InputStream in) static voidSystemUtil.loadPropertiesFile(PropertyAction propertyAction, String filenameOrUrl) Load system properties from a given filename or url.static voidSystemUtil.loadPropertiesFiles(PropertyAction propertyAction, String... filenamesOrUrls) Load system properties from a given set of filenames or URLs.