Class EmptyResource

java.lang.Object
lib.aide.resource.content.EmptyResource
All Implemented Interfaces:
Resource<lib.aide.resource.content.EmptyNature,String>, TextResource<lib.aide.resource.content.EmptyNature>

public class EmptyResource extends Object implements TextResource<lib.aide.resource.content.EmptyNature>
  • Field Details

  • Constructor Details

    • EmptyResource

      public EmptyResource()
    • EmptyResource

      public EmptyResource(String src, lib.aide.resource.content.EmptyNature nature, Optional<PathSuffixes> suffixes)
    • EmptyResource

      public EmptyResource(Supplier<String> src, lib.aide.resource.content.EmptyNature nature, Optional<PathSuffixes> suffixes)
  • Method Details