Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.tools.propertiesdoc.PropertyComment

Packages that use PropertyComment
com.liferay.portal.tools.propertiesdoc   
 

Uses of PropertyComment in com.liferay.portal.tools.propertiesdoc
 

Methods in com.liferay.portal.tools.propertiesdoc that return types with arguments of type PropertyComment
protected  List<PropertyComment> PropertiesDocBuilder.extractPropertyComments(String[] lines)
           
 List<PropertyComment> PropertiesSection.getPropertyComments()
           
 

Method parameters in com.liferay.portal.tools.propertiesdoc with type arguments of type PropertyComment
protected  void PropertiesDocBuilder.addPropertyComment(List<PropertyComment> propertyComments, String comment)
           
 void PropertiesSection.setPropertyComments(List<PropertyComment> propertyComments)
           
 


Liferay 6.2-ce-ga5