Uses of Class
org.l2x6.cq.maven.PomTransformer.TransformationContext
-
-
Uses of PomTransformer.TransformationContext in org.l2x6.cq.maven
Fields in org.l2x6.cq.maven declared as PomTransformer.TransformationContext Modifier and Type Field Description protected PomTransformer.TransformationContextPomTransformer.WrappedNode. contextMethods in org.l2x6.cq.maven with parameters of type PomTransformer.TransformationContext Modifier and Type Method Description voidPomTransformer.Transformation. perform(Document document, PomTransformer.TransformationContext context)Perform thisPomTransformer.Transformationon the givendocumentConstructors in org.l2x6.cq.maven with parameters of type PomTransformer.TransformationContext Constructor Description ContainerElement(PomTransformer.TransformationContext context, Element containerElement, Text lastIndent, int indentLevel)WrappedNode(PomTransformer.TransformationContext context, T node, int indentLevel)
-