Interface NameSupplier
-
- All Known Subinterfaces:
FileInfo,PlexusIoResource
- All Known Implementing Classes:
AbstractPlexusIoResource,Deferred,PlexusIoFileResource,PlexusIoProxyResourceCollection.DualSupplier,PlexusIoSymlinkResource,PlexusIoURLResource
public interface NameSupplier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the resources name, which may include path components, like directory names, or something like that.
-