Uses of Class
com.flowlogix.util.ShrinkWrapManipulator.Action
Packages that use ShrinkWrapManipulator.Action
-
Uses of ShrinkWrapManipulator.Action in com.flowlogix.util
Method parameters in com.flowlogix.util with type arguments of type ShrinkWrapManipulator.ActionModifier and TypeMethodDescription<TT extends org.jboss.shrinkwrap.api.Archive<TT>>
StringShrinkWrapManipulator.manipulateXml(org.jboss.shrinkwrap.api.Archive<TT> archive, List<ShrinkWrapManipulator.Action> actions, String xmlFileName) Parse XML file from the archive, perform actions to modify the file, and return a string representing the modified XML file.<TT extends org.jboss.shrinkwrap.api.Archive<TT>>
org.jboss.shrinkwrap.api.Archive<TT> ShrinkWrapManipulator.persistenceXmlXPath(org.jboss.shrinkwrap.api.Archive<TT> archive, List<ShrinkWrapManipulator.Action> actions) modifies persistence.xml according to xpath and method.org.jboss.shrinkwrap.api.spec.WebArchiveShrinkWrapManipulator.webXmlXPath(org.jboss.shrinkwrap.api.spec.WebArchive archive, List<ShrinkWrapManipulator.Action> actions) modifies web.xml according to xpath and method.