plsar-framework
1.01
plsar-framework
/
plsar.processor
/
ConfigurationProcessor
Configuration
Processor
class
ConfigurationProcessor
(
var
cache
:
PLSAR.Cache
?
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Configuration
Processor
Link copied to clipboard
fun
ConfigurationProcessor
(
cache
:
PLSAR.Cache
?
)
Content copied to clipboard
Functions
run
Link copied to clipboard
fun
run
(
)
:
ConfigurationProcessor
Content copied to clipboard
Properties
cache
Link copied to clipboard
var
cache
:
PLSAR.Cache
?
Content copied to clipboard
issues
Link copied to clipboard
var
issues
:
MutableMap
<
String
?
,
Int
?
>
Content copied to clipboard
iterableMethods
Link copied to clipboard
var
iterableMethods
:
MutableList
<
MethodFeature
>
Content copied to clipboard
methods
Link copied to clipboard
var
methods
:
MutableMap
<
String
,
MethodFeature
>
Content copied to clipboard
processedMethods
Link copied to clipboard
var
processedMethods
:
MutableSet
<
MethodFeature
?
>
Content copied to clipboard
support
Link copied to clipboard
var
support
:
PLSAR.Support
Content copied to clipboard