Interface MetadataFile


public interface MetadataFile
A single metadata file, such as META-INF/helidon/service.loader.
  • Method Summary

    Modifier and Type
    Method
    Description
    Absolute location of this resource, such as absolute path on the file system, or on the classpath.
    Name of the file.
    Input stream to read the underlying resource.
    Classpath location of this resource.
  • Method Details

    • fileName

      String fileName()
      Name of the file.
      Returns:
      file name, such as service.loader
    • inputStream

      InputStream inputStream()
      Input stream to read the underlying resource.
      Returns:
      stream to the resource
    • location

      String location()
      Classpath location of this resource.
      Returns:
      classpath location, such as META-INF/helidon/service.loader
    • absoluteLocation

      String absoluteLocation()
      Absolute location of this resource, such as absolute path on the file system, or on the classpath.
      Returns:
      location, such as the URL of the resource as string