Class GradleOutputNormalizer
java.lang.Object
org.gradle.exemplar.test.normalizer.GradleOutputNormalizer
- All Implemented Interfaces:
OutputNormalizer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnormalize(String commandOutput, ExecutionMetadata executionMetadata) Remove and update output that is unrelated the the sample output.
-
Field Details
-
DOWNLOAD_MESSAGE_PREFIX
- See Also:
-
GENERATING_JAR_PREFIX
- See Also:
-
DOWNLOADING_WRAPPER_MESSAGE_PREFIX
- See Also:
-
DOWNLOADING_WRAPPER_PROGRESS_PREFIX
- See Also:
-
INCUBATING_FEATURE_SUFFIX
- See Also:
-
STARTING_A_GRADLE_DAEMON_MESSAGE
- See Also:
-
DAEMON_WILL_BE_STOPPED_MESSAGE
- See Also:
-
EXPIRING_DAEMON_MESSAGE
- See Also:
-
DEPRECATED_GRADLE_FEATURES_MESSAGE
- See Also:
-
JAVA_7_DEPRECATION_MESSAGE
- See Also:
-
-
Constructor Details
-
GradleOutputNormalizer
public GradleOutputNormalizer()
-
-
Method Details
-
normalize
Description copied from interface:OutputNormalizerRemove and update output that is unrelated the the sample output.- Specified by:
normalizein interfaceOutputNormalizer- Parameters:
commandOutput- raw command outputexecutionMetadata- environment and execution information- Returns:
- normalized output as a String
-