Class SupportedSourceAndTarget


  • public class SupportedSourceAndTarget
    extends Object
    Represents a single source and target combination supported by a transformer. File extensions are used to keep the json human readable. Each par also has an optional maximum size for the source content.
    • Constructor Detail

      • SupportedSourceAndTarget

        public SupportedSourceAndTarget()
      • SupportedSourceAndTarget

        public SupportedSourceAndTarget​(String sourceExt,
                                        String targetExt,
                                        long maxSourceSizeBytes)
    • Method Detail

      • getSourceExt

        public String getSourceExt()
      • setSourceExt

        public void setSourceExt​(String sourceExt)
      • getMaxSourceSizeBytes

        public long getMaxSourceSizeBytes()
      • setMaxSourceSizeBytes

        public void setMaxSourceSizeBytes​(long maxSourceSizeBytes)
      • getTargetExt

        public String getTargetExt()
      • setTargetExt

        public void setTargetExt​(String targetExt)