Package lib.aide.resource.content
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEmptyResource
(String src, lib.aide.resource.content.EmptyNature nature, Optional<PathSuffixes> suffixes) EmptyResource
(Supplier<String> src, lib.aide.resource.content.EmptyNature nature, Optional<PathSuffixes> suffixes) -
Method Summary
-
Field Details
-
SINGLETON
-
-
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