railo.runtime.functions.file
Class DirectoryCopy

java.lang.Object
  extended by railo.runtime.functions.file.DirectoryCopy
All Implemented Interfaces:
Serializable, Function

public class DirectoryCopy
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
DirectoryCopy()
           
 
Method Summary
static String call(PageContext pc, String source, String destination)
           
static String call(PageContext pc, String source, String destination, boolean recurse)
           
static String call(PageContext pc, String source, String destination, boolean recurse, Object filter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryCopy

public DirectoryCopy()
Method Detail

call

public static String call(PageContext pc,
                          String source,
                          String destination)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String source,
                          String destination,
                          boolean recurse)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          String source,
                          String destination,
                          boolean recurse,
                          Object filter)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo