Class Fileset
java.lang.Object
Fileset
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets a file from this filesetstatic FilesetCreates a Fileset containing all files that match a selection stringstatic FilesetCreates a Fileset containing all files that match a selection stringinthashCode()iterator()booleanmodified()Checks if the resource has been modified since this reference was createdstatic FilesetCreates a Fileset from an array of File objectsstatic FilesetCreates a Fileset from a set of File objectsstatic FilesetCreates a Fileset from a stream of pathsGets a stream of contentsrootPath()Gets the base path of the files in this set, if there is oneintsize()Gets the number of files in this setstream()Streams the files in this settoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Fileset
-
-
Method Details
-
of
-
of
-
of
-
find
-
find
-
stream
-
rootPath
Gets the base path of the files in this set, if there is one- Returns:
- The base path of this set, or null
-
size
public int size()Gets the number of files in this set- Returns:
- the number of files
-
pathElements
-
modified
-
file
-
iterator
-
toString
-
hashCode
-
equals
-