Uses of Class
org.apache.openjpa.lib.util.Options
-
Packages that use Options Package Description org.apache.openjpa.lib.conf Configuration Frameworkorg.apache.openjpa.lib.log Loggingorg.apache.openjpa.lib.util General Utilities -
-
Uses of Options in org.apache.openjpa.lib.conf
Methods in org.apache.openjpa.lib.conf that return Options Modifier and Type Method Description static OptionsConfigurations. parseProperties(String properties)Parse a set of properties from a comma-separated string.Methods in org.apache.openjpa.lib.conf with parameters of type Options Modifier and Type Method Description static List<String>Configurations. getFullyQualifiedAnchorsInPropertiesLocation(Options opts)Return a Listof all the fully-qualified anchors specified in the properties location listed in opts.static voidConfigurations. populateConfiguration(Configuration conf, Options opts)Set the givenConfigurationinstance from the command line options provided.booleanConfigurations.Runnable. run(Options opts)static booleanConfigurations. runAgainstAllAnchors(Options opts, Configurations.Runnable runnable)Runsrunnableagainst all the anchors in the configuration pointed to byopts.voidGenericConfigurable. setInto(Options opts)Perform any generic configuration based on the data inopts. -
Uses of Options in org.apache.openjpa.lib.log
Methods in org.apache.openjpa.lib.log with parameters of type Options Modifier and Type Method Description voidLogFactoryImpl. setInto(Options opts) -
Uses of Options in org.apache.openjpa.lib.util
Fields in org.apache.openjpa.lib.util declared as Options Modifier and Type Field Description static OptionsOptions. EMPTYImmutable empty instance.Methods in org.apache.openjpa.lib.util that return Options Modifier and Type Method Description OptionsOptions. setInto(Object obj)This method uses reflection to set all the properties in the given object that are named by the keys in this map.
-