Uses of Interface
org.apache.maven.settings.building.SettingsProblem

Packages that use SettingsProblem
org.apache.maven.settings.building   
org.apache.maven.settings.crypto   
 

Uses of SettingsProblem in org.apache.maven.settings.building
 

Classes in org.apache.maven.settings.building that implement SettingsProblem
 class DefaultSettingsProblem
          Describes a problem that was encountered during settings building.
 

Methods in org.apache.maven.settings.building that return types with arguments of type SettingsProblem
 List<SettingsProblem> SettingsBuildingResult.getProblems()
          Gets the problems that were encountered during the settings building.
 List<SettingsProblem> SettingsBuildingException.getProblems()
          Gets the problems that caused this exception.
 

Constructor parameters in org.apache.maven.settings.building with type arguments of type SettingsProblem
SettingsBuildingException(List<SettingsProblem> problems)
          Creates a new exception with the specified problems.
 

Uses of SettingsProblem in org.apache.maven.settings.crypto
 

Methods in org.apache.maven.settings.crypto that return types with arguments of type SettingsProblem
 List<SettingsProblem> SettingsDecryptionResult.getProblems()
          Gets the problems that were encountered during the settings decryption.
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.