Package org.pkl.core
Interface FileOutput
-
public interface FileOutputJava representation ofpkl.base#FileOutput.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetText()Returns the text content of this file.
-
-
-
Method Detail
-
getText
java.lang.String getText()
Returns the text content of this file.- Throws:
PklException- if an error occurs during evaluation
-
-