org.apache.hivemind.internal
Class Visibility
java.lang.Object
|
+--org.apache.hivemind.internal.Visibility
- public final class Visibility
- extends java.lang.Object
The visibility of a configuruation 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 |
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.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object