org
.
openmole
.
plugin
.
source
file
package
file
Linear Supertypes
CSVPackage
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
file
CSVPackage
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
class
Activator
extends
PluginInfoActivator
case class
CSVSource
(
path:
FromContext
[
String
]
,
config:
InputOutputConfig
,
columns:
Vector
[(
String
,
Val
[_])]
,
fileColumns:
Vector
[(
String
,
core.dsl.File
,
Val
[
core.dsl.File
])]
,
separator:
Option
[
Char
]
)
extends
Source
with
CSVToVariables
with
Product
with
Serializable
case class
FileSource
(
path:
FromContext
[
String
]
,
prototype:
Val
[
File
]
,
config:
InputOutputConfig
)
extends
Source
with
Product
with
Serializable
case class
ListDirectoriesSource
(
path:
FromContext
[
String
]
,
prototype:
Val
[
Array
[
File
]]
,
regExp:
FromContext
[
String
]
,
config:
InputOutputConfig
)
extends
Source
with
Product
with
Serializable
case class
ListFilesSource
(
path:
FromContext
[
String
]
,
prototype:
Val
[
Array
[
File
]]
,
regExp:
FromContext
[
String
]
,
config:
InputOutputConfig
)
extends
Source
with
Product
with
Serializable
case class
LoadSource
(
file:
FromContext
[
String
]
,
prototypes:
Vector
[
Val
[_]]
,
config:
InputOutputConfig
,
serializerService:
SerializerService
)
extends
Source
with
Product
with
Serializable
Value Members
object
CSVSource
extends
Serializable
object
FileSource
extends
Serializable
object
ListDirectoriesSource
extends
Serializable
object
ListFilesSource
extends
Serializable
object
LoadSource
extends
Serializable
lazy val
columns
:
AnyRef
{ ... /* 2 definitions in type refinement */ }
Definition Classes
CSVPackage
lazy val
fileColumns
:
AnyRef
{ ... /* 2 definitions in type refinement */ }
Definition Classes
CSVPackage
lazy val
separator
:
AnyRef
{ def :=[T](s: org.openmole.core.dsl.OptionalArgument[Char])(implicit evidence$9: org.openmole.plugin.tool.csv.CSVToVariablesBuilder[T]): T => T }
Definition Classes
CSVPackage
Inherited from
CSVPackage
Inherited from
AnyRef
Inherited from
Any
Ungrouped