Class NodeProcessorHelper
java.lang.Object
org.sentrysoftware.maven.metricshub.connector.parser.NodeProcessorHelper
The
NodeProcessorHelper
class provides utility methods for creating instances of node processors.
This class encapsulates static factory methods for creating various node processors, such as the
ConstantsProcessor
and the ExtendsProcessor
with a ConstantsProcessor
destination.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AbstractNodeProcessor
withExtendsAndConstantsProcessor
(Path connectorDirectory) Create aExtendsProcessor
withConstantsProcessor
destination
-
Constructor Details
-
NodeProcessorHelper
public NodeProcessorHelper()
-
-
Method Details
-
withExtendsAndConstantsProcessor
Create aExtendsProcessor
withConstantsProcessor
destination- Parameters:
connectorDirectory
- Used to locate a the connector parent directory in a file system- Returns:
- new
ExtendsProcessor
instance
-