MCPcopy Create free account
hub / github.com/beanshell/beanshell / SimpleTemplate

Method SimpleTemplate

src/bsh/servlet/SimpleTemplate.java:118–120  ·  view source on GitHub ↗
( String template )

Source from the content-addressed store, hash-verified

116 }
117
118 public SimpleTemplate( String template ) {
119 init(template);
120 }
121
122 public SimpleTemplate( Reader reader ) throws IOException {
123 String template = getStringFromStream( reader );

Callers

nothing calls this directly

Calls 2

initMethod · 0.95
getStringFromStreamMethod · 0.95

Tested by

no test coverage detected