org.kohsuke.accmod.impl
Interface RestrictedElement


public interface RestrictedElement

Represents the element annotated by Restricted

Author:
Kohsuke Kawaguchi

Method Summary
 boolean isInTheInspectedModule()
          True if the restricted element is a part of the code that's being inspected.
 java.lang.String toString()
           
 

Method Detail

isInTheInspectedModule

boolean isInTheInspectedModule()
True if the restricted element is a part of the code that's being inspected. Often you want to relax restrictions for those that are in the same module, and this can be used for that.


toString

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


Copyright © 2011. All Rights Reserved.