org.apache.hivemind.definition
Class Visibility

java.lang.Object
  extended by org.apache.hivemind.definition.Visibility

public final class Visibility
extends java.lang.Object

The visibility of a configuration point, extension point, or schema.

Since:
1.1

Field Summary
static Visibility PRIVATE
          Restricts access to the artifact to just the module which defines it.
static Visibility PUBLIC
          The default visibility, allowing access to the artifact from any module.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PUBLIC

public static final Visibility PUBLIC
The default visibility, allowing access to the artifact from any module.


PRIVATE

public static final Visibility PRIVATE
Restricts access to the artifact to just the module which defines it.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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