public class WebXMLBuilder
extends Object
Constructor and Description |
---|
WebXMLBuilder(String originalWebXML,
String customWebXML,
String mergedWebXML) |
Modifier and Type | Method and Description |
---|---|
protected String |
getCustomContent(String customWebXML) |
protected int |
getMergedContentIndex(String content) |
protected int |
getOriginalContentIndex(String content) |
static void |
main(String[] args) |
static String |
organizeWebXML(String webXML) |
public WebXMLBuilder(String originalWebXML, String customWebXML, String mergedWebXML)
public static void main(String[] args)
public static String organizeWebXML(String webXML) throws com.liferay.portal.kernel.xml.DocumentException, IOException
com.liferay.portal.kernel.xml.DocumentException
IOException
protected String getCustomContent(String customWebXML) throws IOException
IOException
protected int getMergedContentIndex(String content)
protected int getOriginalContentIndex(String content)