Interface TranscodableSourceArtifact
- All Known Subinterfaces:
DeployableArtifact
- All Known Implementing Classes:
BaseDeployableArchiveArtifact,BaseDeployableArtifact,BaseDeployableFileArtifact,BaseDeployableFolderArtifact,BaseProvisionerArtifact,EmbeddedDeployableArtifact
public interface TranscodableSourceArtifact
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTextFileNamesRegexToTranscode
String getTextFileNamesRegexToTranscode()- Returns:
- regex that captures all the files that requires to transcode to EBCDIC format in Z/Os
-
getExcludeFileNamesRegexToTranscode
String getExcludeFileNamesRegexToTranscode()- Returns:
- regex that captures all the files that requires to exclude from transcode to EBCDIC format in Z/Os
-