Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.tools.sourceformatter.JavaTerm

Packages that use JavaTerm
com.liferay.portal.tools.sourceformatter   
 

Uses of JavaTerm in com.liferay.portal.tools.sourceformatter
 

Methods in com.liferay.portal.tools.sourceformatter with parameters of type JavaTerm
protected  void JavaSourceProcessor.checkAnnotationForMethod(JavaTerm javaTerm, String annotation, String requiredMethodNameRegex, int requiredMethodType, String fileName)
           
protected  void JavaSourceProcessor.checkTestAnnotations(JavaTerm javaTerm, String fileName)
           
 int JavaTermComparator.compare(JavaTerm javaTerm1, JavaTerm javaTerm2)
           
 

Method parameters in com.liferay.portal.tools.sourceformatter with type arguments of type JavaTerm
protected  String JavaSourceProcessor.fixJavaTermsDividers(String fileName, String content, Set<JavaTerm> javaTerms)
           
protected  String JavaSourceProcessor.formatAnnotations(String fileName, String content, Set<JavaTerm> javaTerms)
           
protected  String JavaSourceProcessor.sortJavaTerms(String fileName, String content, Set<JavaTerm> javaTerms)
           
 


Liferay 6.1.2-ce-ga3