Uses of Class
org.jboss.modules.AssertionSetting

Packages that use AssertionSetting
org.jboss.modules The primary JBoss Modules API. 
 

Uses of AssertionSetting in org.jboss.modules
 

Methods in org.jboss.modules that return AssertionSetting
 AssertionSetting PackageSpec.getAssertionSetting()
          Get the package assertion setting.
 AssertionSetting ClassSpec.getAssertionSetting()
          Get the class assertion setting.
static AssertionSetting AssertionSetting.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AssertionSetting[] AssertionSetting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.modules with parameters of type AssertionSetting
 void PackageSpec.setAssertionSetting(AssertionSetting assertionSetting)
          Set the package assertion setting.
 ModuleSpec.Builder ModuleSpec.Builder.setAssertionSetting(AssertionSetting assertionSetting)
          Set the default assertion setting for this module.
 void ClassSpec.setAssertionSetting(AssertionSetting assertionSetting)
          Set the class assertion setting.
 



Copyright © 2011. All Rights Reserved.