com.liferay.util.ant
Class ExpandTask

java.lang.Object
  extended by com.liferay.util.ant.ExpandTask

public class ExpandTask
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ExpandTask()
           
 
Method Summary
static void expand(java.io.File source, java.io.File destination)
           
static void expand(java.lang.String source, java.lang.String destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandTask

public ExpandTask()
Method Detail

expand

public static void expand(java.lang.String source,
                          java.lang.String destination)

expand

public static void expand(java.io.File source,
                          java.io.File destination)