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 String
getName()
Returns the resources name, which may include path components, like directory names, or something like that.
-
-
-
Method Detail
-
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
-
-