org.wildfly.extras.creaper.commands.foundation.offline.xml
Class XmlTransform

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.foundation.offline.xml.XmlTransform
All Implemented Interfaces:
Command, OfflineCommand

Deprecated. use GroovyXmlTransform instead, this will be removed before 1.0

@Deprecated
public final class XmlTransform
extends Object
implements OfflineCommand


Constructor Summary
XmlTransform(Class resourceLoader, String path)
          Deprecated.  
 
Method Summary
 void apply(OfflineCommandContext ctx)
          Deprecated.  
static XmlTransform groovy(Class clazz)
          Deprecated.  
 String toString()
          Deprecated.  
 XmlTransform withParameters(Map<String,?> parameters)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlTransform

public XmlTransform(Class resourceLoader,
                    String path)
Deprecated. 
Method Detail

groovy

public static XmlTransform groovy(Class clazz)
Deprecated. 

withParameters

public XmlTransform withParameters(Map<String,?> parameters)
Deprecated. 

apply

public void apply(OfflineCommandContext ctx)
           throws CommandFailedException,
                  IOException
Deprecated. 
Specified by:
apply in interface OfflineCommand
Throws:
CommandFailedException
IOException

toString

public String toString()
Deprecated. 
Specified by:
toString in interface OfflineCommand
Overrides:
toString in class Object


Copyright © 2016. All rights reserved.