Package lib.aide.resource.content
Class YamlResource
java.lang.Object
lib.aide.resource.content.YamlResource
- All Implemented Interfaces:
Resource<YamlResource.YamlNature,
,String> TextResource<YamlResource.YamlNature>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionYamlResource
(String src, YamlResource.YamlNature nature, Optional<PathSuffixes> suffixes) YamlResource
(Supplier<String> src, YamlResource.YamlNature nature, Optional<PathSuffixes> suffixes) -
Method Summary
-
Constructor Details
-
YamlResource
-
YamlResource
public YamlResource(Supplier<String> src, YamlResource.YamlNature nature, Optional<PathSuffixes> suffixes)
-
-
Method Details
-
nature
- Specified by:
nature
in interfaceResource<YamlResource.YamlNature,
String>
-
content
- Specified by:
content
in interfaceResource<YamlResource.YamlNature,
String>
-
suffixes
-