Interface EncodingSupported

All Known Implementing Classes:
PlexusIoProxyResourceCollection

public interface EncodingSupported
Implemented by plexus io resources that support some kind of encoding notion
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Supplies the encoding to be used for decoding filenames/paths
  • Method Details

    • setEncoding

      void setEncoding(Charset charset)
      Supplies the encoding to be used for decoding filenames/paths
      Parameters:
      charset - The charset to use