@Deprecated public class CopyFilePatternsExecutable extends Object implements Executable
Modifier and Type | Field and Description |
---|---|
static List<String> |
DEFAULT_EXCLUDES
Deprecated.
|
static List<String> |
DEFAULT_INCLUDES
Deprecated.
|
Constructor and Description |
---|
CopyFilePatternsExecutable()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Deprecated.
|
File |
getDstDir()
Deprecated.
|
List<String> |
getExcludes()
Deprecated.
|
List<String> |
getIncludes()
Deprecated.
|
File |
getRelativeDir()
Deprecated.
|
File |
getSrcDir()
Deprecated.
|
boolean |
isSkip()
Deprecated.
|
protected void |
logCopy()
Deprecated.
|
void |
setDstDir(File dstDir)
Deprecated.
|
void |
setExcludes(List<String> excludes)
Deprecated.
|
void |
setIncludes(List<String> includes)
Deprecated.
|
void |
setRelativeDir(File relativeDir)
Deprecated.
|
void |
setSkip(boolean skip)
Deprecated.
|
void |
setSrcDir(File srcDir)
Deprecated.
|
public static final List<String> DEFAULT_INCLUDES
public static final List<String> DEFAULT_EXCLUDES
public CopyFilePatternsExecutable()
public void execute()
execute
in interface Executable
protected void logCopy()
public List<String> getIncludes()
public void setIncludes(List<String> includes)
public List<String> getExcludes()
public void setExcludes(List<String> excludes)
public File getRelativeDir()
public void setRelativeDir(File relativeDir)
public boolean isSkip()
public void setSkip(boolean skip)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.