Liferay 6.1.2-ce-ga3

com.liferay.portal.tools.sourceformatter
Class XMLSourceProcessor

java.lang.Object
  extended by com.liferay.portal.tools.sourceformatter.BaseSourceProcessor
      extended by com.liferay.portal.tools.sourceformatter.XMLSourceProcessor
All Implemented Interfaces:
SourceProcessor

public class XMLSourceProcessor
extends BaseSourceProcessor


Field Summary
 
Fields inherited from class com.liferay.portal.tools.sourceformatter.BaseSourceProcessor
BASEDIR, fileUtil, languageKeyPattern, MAIN_RELEASE_VERSION_6_1_0, MAIN_RELEASE_VERSION_6_2_0, mainReleaseVersion, portalSource, saxReaderUtil, sessionKeyPattern, sourceFormatterHelper, taglibSessionKeyPattern
 
Constructor Summary
XMLSourceProcessor()
           
 
Method Summary
protected  void doFormat()
           
protected  String fixAntXMLProjectName(String fileName, String content)
           
protected  String formatAntXML(String fileName, String content)
           
protected  String formatDDLStructuresXML(String content)
           
protected  String formatFriendlyURLRoutesXML(String fileName, String content)
           
protected  String formatPortletXML(String content)
           
protected  void formatServiceXML(String fileName, String content)
           
protected  void formatStrutsConfigXML(String fileName, String content)
           
protected  void formatTilesDefsXML(String fileName, String content)
           
protected  String formatWebXML(String fileName, String content)
           
 
Methods inherited from class com.liferay.portal.tools.sourceformatter.BaseSourceProcessor
checkIfClauseParentheses, checkLanguageKeys, fixCompatClassImports, fixCopyright, fixSessionKey, format, formatImports, getCompatClassNamesMap, getCopyright, getCustomCopyright, getErrorMessages, getExclusionsProperties, getFileNames, getFileNames, getLanguageKeys, getOldCopyright, hasMissingParentheses, hasRedundantParentheses, processErrorMessage, replacePrimitiveWrapperInstantiation, stripQuotes, stripRedundantParentheses, stripTopLevelDirectories, trimContent, trimLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSourceProcessor

public XMLSourceProcessor()
Method Detail

doFormat

protected void doFormat()
                 throws Exception
Specified by:
doFormat in class BaseSourceProcessor
Throws:
Exception

fixAntXMLProjectName

protected String fixAntXMLProjectName(String fileName,
                                      String content)

formatAntXML

protected String formatAntXML(String fileName,
                              String content)
                       throws DocumentException,
                              IOException
Throws:
DocumentException
IOException

formatDDLStructuresXML

protected String formatDDLStructuresXML(String content)
                                 throws DocumentException,
                                        IOException
Throws:
DocumentException
IOException

formatFriendlyURLRoutesXML

protected String formatFriendlyURLRoutesXML(String fileName,
                                            String content)
                                     throws DocumentException,
                                            IOException
Throws:
DocumentException
IOException

formatPortletXML

protected String formatPortletXML(String content)
                           throws DocumentException,
                                  IOException
Throws:
DocumentException
IOException

formatServiceXML

protected void formatServiceXML(String fileName,
                                String content)
                         throws DocumentException
Throws:
DocumentException

formatStrutsConfigXML

protected void formatStrutsConfigXML(String fileName,
                                     String content)
                              throws DocumentException
Throws:
DocumentException

formatTilesDefsXML

protected void formatTilesDefsXML(String fileName,
                                  String content)
                           throws DocumentException
Throws:
DocumentException

formatWebXML

protected String formatWebXML(String fileName,
                              String content)
                       throws IOException
Throws:
IOException

Liferay 6.1.2-ce-ga3