JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.codehaus.plexus.components.io.functions
Interface FileSupplier
All Known Implementing Classes:
PlexusIoFileResource
,
PlexusIoSymlinkResource
public interface
FileSupplier
Implemented by resources that are files on something filesystem-like.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.io.File
getFile
()
Supplies the file for this resource, not null.
Method Detail
getFile
@Nonnull java.io.File getFile()
Supplies the file for this resource, not null.
Returns:
The file
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method