Class PropertiesDocBuilder
Object
com.liferay.portal.tools.propertiesdoc.PropertiesDocBuilder
- Author:
- Jesse Rao, James Hinkey
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddPropertyComment(List<PropertyComment> propertyComments, String comment) extractComments(String[] lines) protected StringextractDefaultProperties(String[] lines) protected StringextractExampleProperties(String[] lines) protected List<PropertyComment>extractPropertyComments(String[] lines) protected StringextractTitle(String[] lines) protected intgetLineCount(String sectionString) protected List<PropertiesSection>getPropertiesSections(File propertiesFile) static void
-
Field Details
-
DOUBLE_INDENT
- See Also:
-
INDENT
- See Also:
-
-
Constructor Details
-
PropertiesDocBuilder
- Throws:
IOException
-
-
Method Details
-
main
- Throws:
Exception
-
addPropertyComment
-
extractComments
-
extractDefaultProperties
-
extractExampleProperties
-
extractPropertyComments
-
extractTitle
-
getLineCount
-
getPropertiesSections
- Throws:
IOException
-