Uses of Class
org.codehaus.plexus.configuration.PlexusConfigurationException
Packages that use PlexusConfigurationException
Package
Description
-
Uses of PlexusConfigurationException in org.codehaus.plexus
Methods in org.codehaus.plexus that throw PlexusConfigurationExceptionModifier and TypeMethodDescriptionDefaultPlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm realm) DefaultPlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm realm, Object data) PlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm childRealm) Discovers components in the given realm.PlexusContainer.discoverComponents(org.codehaus.plexus.classworlds.realm.ClassRealm realm, Object data) Discovers components in the given realm.protected voidDefaultPlexusContainer.initializeConfiguration(ContainerConfiguration c) -
Uses of PlexusConfigurationException in org.codehaus.plexus.component.builder
Methods in org.codehaus.plexus.component.builder that throw PlexusConfigurationExceptionModifier and TypeMethodDescriptionorg.apache.xbean.recipe.ObjectRecipeXBeanComponentBuilder.createObjectRecipe(T instance, ComponentDescriptor<T> descriptor, org.codehaus.plexus.classworlds.realm.ClassRealm realm) -
Uses of PlexusConfigurationException in org.codehaus.plexus.component.discovery
Methods in org.codehaus.plexus.component.discovery that throw PlexusConfigurationExceptionModifier and TypeMethodDescriptionprotected abstract ComponentSetDescriptorAbstractResourceBasedComponentDiscoverer.createComponentDescriptors(Reader reader, String source, org.codehaus.plexus.classworlds.realm.ClassRealm realm) DefaultComponentDiscoverer.createComponentDescriptors(Reader componentDescriptorReader, String source, org.codehaus.plexus.classworlds.realm.ClassRealm realm) protected ComponentSetDescriptorPlexusXmlComponentDiscoverer.createComponentDescriptors(Reader reader, String source, org.codehaus.plexus.classworlds.realm.ClassRealm realm) AbstractResourceBasedComponentDiscoverer.findComponents(Context context, org.codehaus.plexus.classworlds.realm.ClassRealm realm) ComponentDiscoverer.findComponents(Context context, org.codehaus.plexus.classworlds.realm.ClassRealm classRealm) -
Uses of PlexusConfigurationException in org.codehaus.plexus.component.repository.io
Methods in org.codehaus.plexus.component.repository.io that throw PlexusConfigurationExceptionModifier and TypeMethodDescriptionstatic ComponentDescriptor<?>PlexusTools.buildComponentDescriptor(String configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm) static ComponentDescriptor<?>PlexusTools.buildComponentDescriptor(PlexusConfiguration configuration) static ComponentDescriptor<?>PlexusTools.buildComponentDescriptor(PlexusConfiguration configuration, org.codehaus.plexus.classworlds.realm.ClassRealm realm) static ComponentSetDescriptorPlexusTools.buildComponentSet(PlexusConfiguration c) static ComponentSetDescriptorPlexusTools.buildComponentSet(PlexusConfiguration c, org.codehaus.plexus.classworlds.realm.ClassRealm realm) static PlexusConfigurationPlexusTools.buildConfiguration(String configuration) static PlexusConfigurationPlexusTools.buildConfiguration(String resourceName, Reader configuration) static voidPlexusTools.writeConfiguration(PrintStream out, PlexusConfiguration configuration) -
Uses of PlexusConfigurationException in org.codehaus.plexus.configuration
Methods in org.codehaus.plexus.configuration that throw PlexusConfigurationExceptionModifier and TypeMethodDescriptionPlexusConfiguration.getAttribute(String paramName) Returns the value of the named attribute.PlexusConfiguration.getValue()Returns the value of this configuration. -
Uses of PlexusConfigurationException in org.codehaus.plexus.configuration.io
Methods in org.codehaus.plexus.configuration.io that throw PlexusConfigurationExceptionModifier and TypeMethodDescriptionPlexusConfigurationReader.read(InputStream inputStream) XmlPlexusConfigurationReader.read(InputStream inputStream) -
Uses of PlexusConfigurationException in org.codehaus.plexus.personality.plexus.lifecycle.phase
Methods in org.codehaus.plexus.personality.plexus.lifecycle.phase that throw PlexusConfigurationException