Uses of Class
com.flowlogix.util.ShrinkWrapManipulator.Action
Packages that use ShrinkWrapManipulator.Action
Package
Description
Utilities including
Testing helpers including
TypeConverter
and JakartaTransformerUtils
Testing helpers including
ShrinkWrapManipulator
and SerializeTester
-
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 methodorg.jboss.shrinkwrap.api.spec.WebArchive
ShrinkWrapManipulator.webXmlXPath
(org.jboss.shrinkwrap.api.spec.WebArchive archive, List<ShrinkWrapManipulator.Action> actions) modifies web.xml according to xpath and method