Modifier and Type | Field and Description |
---|---|
private File | |
private String[] | |
private int | |
private Project |
Access | Constructor and Description |
---|---|
public | FileResourceIterator()
Deprecated
in favor of
Construct a new FileResourceIterator.
FileResourceIterator#FileResourceIterator(Project)
|
public | |
public | FileResourceIterator(File
the base directory of this instance. basedir)
Deprecated
in favor of
Construct a new FileResourceIterator relative to the specified
base directory.
FileResourceIterator#FileResourceIterator(Project, File)
|
public | FileResourceIterator(Project
associated Project instance project, File the base directory of this instance. basedir)Construct a new FileResourceIterator relative to the specified base directory. |
public | FileResourceIterator(File
the base directory of this instance. basedir, String[] the String[] of filenames. filenames)
Deprecated
in favor of
Construct a new FileResourceIterator over the specified filenames,
relative to the specified base directory.
FileResourceIterator#FileResourceIterator(Project, File, String[])
|
public | FileResourceIterator(Project
associated Project instance project, File the base directory of this instance. basedir, String[] the String[] of filenames. filenames)Construct a new FileResourceIterator over the specified filenames, relative to the specified base directory. |
Modifier and Type | Method and Description |
---|---|
public void | |
public boolean | Returns: whether there are more Resources to iterate over.Implements java. |
public Resource | Returns: the next Object.Implements java. |
public FileResource | |
public void |
basedir | back to summary |
---|---|
private File basedir |
files | back to summary |
---|---|
private String[] files |
pos | back to summary |
---|---|
private int pos |
project | back to summary |
---|---|
private Project project |
FileResourceIterator | back to summary |
---|---|
public FileResourceIterator()
Deprecated in favor of Construct a new FileResourceIterator.
|
FileResourceIterator | back to summary |
---|---|
public FileResourceIterator(Project project) Create a new FileResourceIterator.
|
FileResourceIterator | back to summary |
---|---|
public FileResourceIterator(File basedir)
Deprecated in favor of Construct a new FileResourceIterator relative to the specified base directory.
|
FileResourceIterator | back to summary |
---|---|
public FileResourceIterator(Project project, File basedir) Construct a new FileResourceIterator relative to the specified base directory. |
FileResourceIterator | back to summary |
---|---|
public FileResourceIterator(File basedir, String[] filenames)
Deprecated in favor of Construct a new FileResourceIterator over the specified filenames, relative to the specified base directory.
|
FileResourceIterator | back to summary |
---|---|
public FileResourceIterator(Project project, File basedir, String[] filenames) Construct a new FileResourceIterator over the specified filenames, relative to the specified base directory. |
addFiles | back to summary |
---|---|
public void addFiles(String[] s) Add an array of filenames to this FileResourceIterator.
|
hasNext | back to summary |
---|---|
public boolean hasNext() Implements java. Find out whether this FileResourceIterator has more elements.
|
next | back to summary |
---|---|
public Resource next() Implements java. Get the next element from this FileResourceIterator. |
nextResource | back to summary |
---|---|
public FileResource nextResource() Convenience method to return the next resource.
|
remove | back to summary |
---|---|
public void remove() Overrides default java. Not implemented.
|