public class SimpleFileSet extends Object
| Modifier and Type | Field and Description |
|---|---|
File |
baseDir
The base directory where the files are located.
|
String[] |
files
The names of the files in the set.
|
| Constructor and Description |
|---|
SimpleFileSet(org.apache.tools.ant.Project project,
org.apache.tools.ant.types.FileList file_list)
Creates a new
SimpleFileSet object given a file list. |
SimpleFileSet(org.apache.tools.ant.Project project,
org.apache.tools.ant.types.FileSet file_set)
Creates a new
SimpleFileSet object given a file set. |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.apache.tools.ant.Project project,
org.apache.tools.ant.types.FileList fileList)
Initializes this object with the given file set.
|
void |
init(org.apache.tools.ant.Project project,
org.apache.tools.ant.types.FileSet fileSet)
Initializes this object with the given file set.
|
public File baseDir
public String[] files
public SimpleFileSet(org.apache.tools.ant.Project project,
org.apache.tools.ant.types.FileSet file_set)
SimpleFileSet object given a file set.project - file_set - IllegalArgumentExceptionpublic SimpleFileSet(org.apache.tools.ant.Project project,
org.apache.tools.ant.types.FileList file_list)
SimpleFileSet object given a file list.project - file_list - IllegalArgumentExceptionpublic void init(org.apache.tools.ant.Project project,
org.apache.tools.ant.types.FileSet fileSet)
project - fileSet - public void init(org.apache.tools.ant.Project project,
org.apache.tools.ant.types.FileList fileList)
project - fileList - Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.