JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
D
E
G
I
L
N
O
R
T
U
W
A
AccessRestriction
- Class in
org.kohsuke.accmod
Access restriction policy — determines what access is OK and what are not.
AccessRestriction()
- Constructor for class org.kohsuke.accmod.
AccessRestriction
D
DoNotUse
- Class in
org.kohsuke.accmod.restrictions
This type, field, or method shall never be referenced from anywhere at all.
DoNotUse()
- Constructor for class org.kohsuke.accmod.restrictions.
DoNotUse
E
error(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
DoNotUse
error(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
NoExternalUse
ErrorListener
- Interface in
org.kohsuke.accmod.impl
G
getClassName()
- Method in interface org.kohsuke.accmod.impl.
Location
The fully-qualified class name in which the use happened, for example "abc.def.Ghi"
getDependencyClassLoader()
- Method in interface org.kohsuke.accmod.impl.
Location
AccessRestriction
implementations can use this classloader to access the classes referenced by classes being inspected.
getLineNumber()
- Method in interface org.kohsuke.accmod.impl.
Location
The line number in the source file where the use happened.
getMethodDescriptor()
- Method in interface org.kohsuke.accmod.impl.
Location
This is the encoded method signature like "(II)Z" in which the use happened.
getMethodName()
- Method in interface org.kohsuke.accmod.impl.
Location
If the use happened in the byte code instruction, method name that the use occurred in.
I
instantiated(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.
AccessRestriction
The type on which this restriction is placed is instantiated elsewhere.
instantiated(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
DoNotUse
instantiated(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
None
invoked(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.
AccessRestriction
The method on which this restriction is placed is invoked elsewhere.
invoked(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
DoNotUse
invoked(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
None
isInTheInspectedModule()
- Method in interface org.kohsuke.accmod.impl.
RestrictedElement
True if the restricted element is a part of the code that's being inspected.
L
Location
- Interface in
org.kohsuke.accmod.impl
Indicates the location that the use occurred.
N
NoExternalUse
- Class in
org.kohsuke.accmod.restrictions
References are allowed only when they are within the same module (that is, if the reference is compiled at the same time as the restricted element.)
NoExternalUse()
- Constructor for class org.kohsuke.accmod.restrictions.
NoExternalUse
NONE
- Static variable in class org.kohsuke.accmod.
AccessRestriction
AccessRestriction
that imposes no restriction.
None
- Class in
org.kohsuke.accmod.restrictions
No access restriction whatsoever.
None()
- Constructor for class org.kohsuke.accmod.restrictions.
None
NULL
- Static variable in interface org.kohsuke.accmod.impl.
ErrorListener
No-op listener.
O
onError(Throwable, Location, String)
- Method in interface org.kohsuke.accmod.impl.
ErrorListener
onWarning(Throwable, Location, String)
- Method in interface org.kohsuke.accmod.impl.
ErrorListener
org.kohsuke.accmod
- package org.kohsuke.accmod
org.kohsuke.accmod.impl
- package org.kohsuke.accmod.impl
org.kohsuke.accmod.restrictions
- package org.kohsuke.accmod.restrictions
R
read(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.
AccessRestriction
The field on which this restriction is placed is read.
read(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
DoNotUse
read(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
None
Restricted
- Annotation Type in
org.kohsuke.accmod
Indicates that a particular element is really deprecated and that the access to it is subject to the additional restrictions.
RestrictedElement
- Interface in
org.kohsuke.accmod.impl
Represents the element annotated by
Restricted
T
toString()
- Method in interface org.kohsuke.accmod.impl.
Location
Obtains a human readable description of the location.
toString()
- Method in interface org.kohsuke.accmod.impl.
RestrictedElement
U
usedAsInterface(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.
AccessRestriction
The type on which this restriction is placed is used as an interface that another class/interface implements.
usedAsInterface(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
DoNotUse
usedAsInterface(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
None
usedAsSuperType(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.
AccessRestriction
The type on which this restriction is placed is used as a supertype by another class.
usedAsSuperType(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
DoNotUse
usedAsSuperType(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
None
W
written(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.
AccessRestriction
The field on which this restriction is placed is updated.
written(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
DoNotUse
written(Location, RestrictedElement, ErrorListener)
- Method in class org.kohsuke.accmod.restrictions.
None
A
D
E
G
I
L
N
O
R
T
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2013. All Rights Reserved.