public class OutputDir extends Object
Constructor and Description |
---|
OutputDir() |
OutputDir(String path,
boolean createBeforeExe) |
Modifier and Type | Method and Description |
---|---|
void |
addRegExprOutputFiles(RegExprOutputFiles regExprOutputFiles) |
String |
getPath() |
List<RegExprOutputFiles> |
getRegExprOutputFiles() |
boolean |
isCreateBeforeExe() |
void |
setCreateBeforeExe(boolean createBeforeExe) |
void |
setPath(String path) |
public OutputDir()
public OutputDir(String path, boolean createBeforeExe)
public void setPath(String path)
public String getPath()
public void setCreateBeforeExe(boolean createBeforeExe)
public boolean isCreateBeforeExe()
public void addRegExprOutputFiles(RegExprOutputFiles regExprOutputFiles)
public List<RegExprOutputFiles> getRegExprOutputFiles()
Copyright © 1999–2017 Apache OODT. All rights reserved.