inline-files
inline-files
API
frawa.inlinefiles
InlineFiles
frawa.inlinefiles.compiletime
FileContents
inline-files
/
frawa.inlinefiles.compiletime
/
FileContents
FileContents
frawa.inlinefiles.compiletime.FileContents$
object
FileContents
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
FileContents
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
parseTextContentsIn
[
T
](
path
:
String
,
ext
:
String
,
recurse
:
Boolean
)(
f
:
String
=>
T
):
Map
[
String
,
T
]
def
readDeepTextContentsIn
(
path
:
String
,
ext
:
String
):
Map
[
String
,
String
]
def
readTextContentOf
(
path
:
String
):
String
def
readTextContentsIn
(
path
:
String
,
ext
:
String
):
Map
[
String
,
String
]