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 void
addPropertyComment
(List<PropertyComment> propertyComments, String comment) extractComments
(String[] lines) protected String
extractDefaultProperties
(String[] lines) protected String
extractExampleProperties
(String[] lines) protected List<PropertyComment>
extractPropertyComments
(String[] lines) protected String
extractTitle
(String[] lines) protected int
getLineCount
(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
-