Class ResourceText
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.resource.ResourceText
-
- All Implemented Interfaces:
ResourceFile<String>
public class ResourceText extends Object implements ResourceFile<String>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedResourceText(String resourcePath)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<String>data()static ResourceTextfrom(String resourcePath)Stringpath()
-
-
-
Constructor Detail
-
ResourceText
protected ResourceText(String resourcePath)
-
-
Method Detail
-
from
public static ResourceText from(String resourcePath)
-
path
public String path()
- Specified by:
pathin interfaceResourceFile<String>
-
data
public org.reactivestreams.Publisher<String> data()
- Specified by:
datain interfaceResourceFile<String>
-
-