Uses of Class
org.apache.openjpa.lib.util.Options

Packages that use Options
org.apache.openjpa.lib.conf Configuration Framework This package provides an extendable product configuration framework. 
org.apache.openjpa.lib.log Logging This package provides a lightweight logging interface, a simple implementation that writes logging output to the console and allows for basic log configuration, and plug-ins for the Apache Commons Logging and the Apache Log4J frameworks. 
org.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
static Options Configurations.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
static List<String> Configurations.getFullyQualifiedAnchorsInPropertiesLocation(Options opts)
          Return a List of all the fully-qualified anchors specified in the properties location listed in opts.
static void Configurations.populateConfiguration(Configuration conf, Options opts)
          Set the given Configuration instance from the command line options provided.
 boolean Configurations.Runnable.run(Options opts)
           
static boolean Configurations.runAgainstAllAnchors(Options opts, Configurations.Runnable runnable)
          Runs runnable against all the anchors in the configuration pointed to by opts.
 void GenericConfigurable.setInto(Options opts)
          Perform any generic configuration based on the data in opts.
 

Uses of Options in org.apache.openjpa.lib.log
 

Methods in org.apache.openjpa.lib.log with parameters of type Options
 void LogFactoryImpl.setInto(Options opts)
           
 

Uses of Options in org.apache.openjpa.lib.util
 

Fields in org.apache.openjpa.lib.util declared as Options
static Options Options.EMPTY
          Immutable empty instance.
 

Methods in org.apache.openjpa.lib.util that return Options
 Options Options.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.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.