Uses of Interface
org.kohsuke.accmod.impl.Location
-
Packages that use Location Package Description org.kohsuke.accmod org.kohsuke.accmod.impl org.kohsuke.accmod.restrictions -
-
Uses of Location in org.kohsuke.accmod
Methods in org.kohsuke.accmod with parameters of type Location Modifier and Type Method Description abstract voidAccessRestriction. instantiated(Location loc, RestrictedElement target, ErrorListener errorListener)The type on which this restriction is placed is instantiated elsewhere.abstract voidAccessRestriction. invoked(Location loc, RestrictedElement target, ErrorListener errorListener)The method on which this restriction is placed is invoked elsewhere.abstract voidAccessRestriction. read(Location loc, RestrictedElement target, ErrorListener errorListener)The field on which this restriction is placed is read.abstract voidAccessRestriction. usedAsInterface(Location loc, RestrictedElement target, ErrorListener errorListener)The type on which this restriction is placed is used as an interface that another class/interface implements.abstract voidAccessRestriction. usedAsSuperType(Location loc, RestrictedElement target, ErrorListener errorListener)The type on which this restriction is placed is used as a supertype by another class.abstract voidAccessRestriction. written(Location loc, RestrictedElement target, ErrorListener errorListener)The field on which this restriction is placed is updated. -
Uses of Location in org.kohsuke.accmod.impl
Methods in org.kohsuke.accmod.impl with parameters of type Location Modifier and Type Method Description voidErrorListener. onError(Throwable t, Location loc, String msg)voidErrorListener. onWarning(Throwable t, Location loc, String msg) -
Uses of Location in org.kohsuke.accmod.restrictions
Methods in org.kohsuke.accmod.restrictions with parameters of type Location Modifier and Type Method Description voidBeta. error(Location loc, RestrictedElement target, ErrorListener errorListener)voidDoNotUse. error(Location loc, RestrictedElement target, ErrorListener errorListener)voidNoExternalUse. error(Location loc, RestrictedElement target, ErrorListener errorListener)voidDoNotUse. instantiated(Location loc, RestrictedElement target, ErrorListener errorListener)voidNone. instantiated(Location loc, RestrictedElement target, ErrorListener errorListener)voidDoNotUse. invoked(Location loc, RestrictedElement target, ErrorListener errorListener)voidNone. invoked(Location loc, RestrictedElement target, ErrorListener errorListener)voidProtectedExternally. invoked(Location loc, RestrictedElement target, ErrorListener errorListener)voidDoNotUse. read(Location loc, RestrictedElement target, ErrorListener errorListener)voidNone. read(Location loc, RestrictedElement target, ErrorListener errorListener)voidDoNotUse. usedAsInterface(Location loc, RestrictedElement target, ErrorListener errorListener)voidNone. usedAsInterface(Location loc, RestrictedElement target, ErrorListener errorListener)voidDoNotUse. usedAsSuperType(Location loc, RestrictedElement target, ErrorListener errorListener)voidNone. usedAsSuperType(Location loc, RestrictedElement target, ErrorListener errorListener)voidDoNotUse. written(Location loc, RestrictedElement target, ErrorListener errorListener)voidNone. written(Location loc, RestrictedElement target, ErrorListener errorListener)
-