Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C G L M P S V

C

com.mycompany.checks - package com.mycompany.checks
 

G

getDefaultTokens() - Method in class com.mycompany.checks.MethodLimitCheck
We are interested in CLASS_DEF and INTERFACE_DEF Tokens.

L

LimitImplementationFiles - class com.mycompany.checks.LimitImplementationFiles.
An example for a user provided FileSetCheck, checks that the number of files does not excced a certain limit.
LimitImplementationFiles() - Constructor for class com.mycompany.checks.LimitImplementationFiles
 

M

MethodLimitCheck - class com.mycompany.checks.MethodLimitCheck.
 
MethodLimitCheck() - Constructor for class com.mycompany.checks.MethodLimitCheck
 
max - Variable in class com.mycompany.checks.LimitImplementationFiles
the maximium number of implementation files, default is 100.
max - Variable in class com.mycompany.checks.MethodLimitCheck
the maximum number of methods per class/interface

P

process(File[]) - Method in class com.mycompany.checks.LimitImplementationFiles
 

S

setMax(int) - Method in class com.mycompany.checks.LimitImplementationFiles
Give user a chance to configure max in the config file.
setMax(int) - Method in class com.mycompany.checks.MethodLimitCheck
Give user a chance to configure max in the config file.

V

visitToken(DetailAST) - Method in class com.mycompany.checks.MethodLimitCheck
 

C G L M P S V