Uses of Class
org.nakedobjects.metamodel.config.NotFoundPolicy

Packages that use NotFoundPolicy
org.nakedobjects.metamodel.config   
 

Uses of NotFoundPolicy in org.nakedobjects.metamodel.config
 

Methods in org.nakedobjects.metamodel.config that return NotFoundPolicy
static NotFoundPolicy NotFoundPolicy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NotFoundPolicy[] NotFoundPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nakedobjects.metamodel.config with parameters of type NotFoundPolicy
 void ConfigurationBuilderAbstract.addConfigurationResource(java.lang.String configurationResource, NotFoundPolicy notFoundPolicy)
          Registers the configuration resource (usually, a file) with the specified name from the first ResourceStreamSource available.
 void ConfigurationBuilder.addConfigurationResource(java.lang.String installerName, NotFoundPolicy notFoundPolicy)
           
protected  void ConfigurationBuilderAbstract.loadConfigurationResource(PropertiesConfiguration configuration, java.lang.String configurationResource, NotFoundPolicy notFoundPolicy)
          Loads the configuration resource (usually, a file) with the specified name from the first ResourceStreamSource available.
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.