public abstract class AbstractArtifactTypeUtilProvider extends Object implements ArtifactTypeUtilProvider
Constructor and Description |
---|
AbstractArtifactTypeUtilProvider() |
Modifier and Type | Method and Description |
---|---|
protected abstract CompatibilityChecker |
createCompatibilityChecker() |
protected abstract ContentCanonicalizer |
createContentCanonicalizer() |
protected abstract ContentExtractor |
createContentExtractor() |
protected abstract ContentValidator |
createContentValidator() |
CompatibilityChecker |
getCompatibilityChecker() |
ContentCanonicalizer |
getContentCanonicalizer() |
ContentExtractor |
getContentExtractor() |
ContentValidator |
getContentValidator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArtifactType
public CompatibilityChecker getCompatibilityChecker()
getCompatibilityChecker
in interface ArtifactTypeUtilProvider
protected abstract CompatibilityChecker createCompatibilityChecker()
public ContentCanonicalizer getContentCanonicalizer()
getContentCanonicalizer
in interface ArtifactTypeUtilProvider
protected abstract ContentCanonicalizer createContentCanonicalizer()
public ContentValidator getContentValidator()
getContentValidator
in interface ArtifactTypeUtilProvider
protected abstract ContentValidator createContentValidator()
public ContentExtractor getContentExtractor()
getContentExtractor
in interface ArtifactTypeUtilProvider
protected abstract ContentExtractor createContentExtractor()
Copyright © 2020 Red Hat. All rights reserved.