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