Uses of Class
org.apache.hivemind.definition.Visibility

Packages that use Visibility
org.apache.hivemind.definition This package contains the interfaces that are needed for the definition of a registry. 
org.apache.hivemind.definition.impl Default implementations of the registry definition API. 
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
 

Uses of Visibility in org.apache.hivemind.definition
 

Fields in org.apache.hivemind.definition declared as Visibility
static Visibility Visibility.PRIVATE
          Restricts access to the artifact to just the module which defines it.
static Visibility Visibility.PUBLIC
          The default visibility, allowing access to the artifact from any module.
 

Methods in org.apache.hivemind.definition that return Visibility
 Visibility ExtensionPointDefinition.getVisibility()
           
 

Uses of Visibility in org.apache.hivemind.definition.impl
 

Methods in org.apache.hivemind.definition.impl that return Visibility
 Visibility ExtensionPointDefinitionImpl.getVisibility()
           
 

Methods in org.apache.hivemind.definition.impl with parameters of type Visibility
 void ExtensionPointDefinitionImpl.setVisibility(Visibility visibility)
          Sets the visibility of the extension point.
 

Constructors in org.apache.hivemind.definition.impl with parameters of type Visibility
ConfigurationPointDefinitionImpl(ModuleDefinition module, java.lang.String id, Location location, Visibility visibility, java.lang.String containerClassName, Occurances expectedContributions)
           
ExtensionPointDefinitionImpl(ModuleDefinition module, java.lang.String id, Location location, Visibility visibility)
           
ServicePointDefinitionImpl(ModuleDefinition module, java.lang.String id, Location location, Visibility visibility, java.lang.String interfaceClassName)
           
 

Uses of Visibility in org.apache.hivemind.impl
 

Methods in org.apache.hivemind.impl that return Visibility
 Visibility AbstractExtensionPoint.getVisibility()
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.