Interface | Description |
---|---|
IComponentNameBuilder |
A
IComponentNameBuilder can be used to create the component name from a package name and a component name. |
IComponentSignatureExtractor |
A
IComponentSignatureExtractor sets the package name and the name of a ComponentType based on its signature. |
IOperationNameBuilder |
A
IOperationNameBuilder can be used to create the operation name from a list of
modifiers, a return type, the actual name and a list of parameter types. |
IOperationSignatureExtractor |
A
IOperationSignatureExtractor sets the list of modifiers, the return type, the name and
the parameters of a OperationType based on its signature. |
Class | Description |
---|---|
JavaComponentSignatureExtractor |
A
IComponentSignatureExtractor that uses the Java signature style. |
JavaFullComponentNameBuilder |
This
IComponentNameBuilder creates a component names in a full Java style. |
JavaFullOperationNameBuilder |
This
IOperationNameBuilder creates a operation names in a full Java style. |
JavaOperationSignatureExtractor |
A
IOperationSignatureExtractor that uses the Java signature style. |
JavaShortComponentNameBuilder |
This
IComponentNameBuilder creates a component names in a short Java style by just returning the actual name. |
JavaShortOperationNameBuilder |
This
IOperationNameBuilder creates a operation names in a short Java style. |
NameBuilder |
This is a wrapper class around a
IOperationNameBuilder and a IComponentNameBuilder . |
SignatureExtractor |
This is a wrapper class around a
IOperationSignatureExtractor and a IComponentSignatureExtractor . |
Copyright 2020 Kieker Project, http://kieker-monitoring.net