Package com.bc.ceres.resource
Class StringResource
- java.lang.Object
-
- com.bc.ceres.resource.Resource
-
- com.bc.ceres.resource.StringResource
-
public class StringResource extends Resource
A [@link Resource} reading its content from a @{link String}.
-
-
Constructor Summary
Constructors Constructor Description StringResource(String path, String stringContent)
StringResource(String path, String stringContent, Resource origin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
read()
-