Uses of Class
org.codehaus.plexus.registry.RegistryException

Uses of RegistryException in org.codehaus.plexus.registry
 

Methods in org.codehaus.plexus.registry that throw RegistryException
 void Registry.addConfigurationFromFile(java.io.File file)
          Load configuration from the given file.
 void Registry.addConfigurationFromFile(java.io.File file, java.lang.String prefix)
          Load configuration from the given file.
 void Registry.addConfigurationFromResource(java.lang.String resource)
          Load configuration from the given classloader resource.
 void Registry.addConfigurationFromResource(java.lang.String resource, java.lang.String prefix)
          Load configuration from the given classloader resource.
 void Registry.save()
          Save any changes to the registry since it was loaded.
 



Copyright © 2001-2011 Codehaus. All Rights Reserved.