Interface NameSupplier
- All Known Subinterfaces:
FileInfo
,PlexusIoResource
- All Known Implementing Classes:
AbstractPlexusIoResource
,PlexusIoFileResource
,PlexusIoSymlinkResource
,PlexusIoURLResource
public interface NameSupplier
-
Method Summary
-
Method Details
-
getName
String getName()Returns the resources name, which may include path components, like directory names, or something like that. The resources name is expected to be a relative name and the path components must be separated byFile.pathSeparator
-