Class SourceBlobDescriptor


  • public class SourceBlobDescriptor
    extends Object
    • Constructor Detail

      • SourceBlobDescriptor

        public SourceBlobDescriptor()
    • Method Detail

      • addLocalPath

        public void addLocalPath​(Path sourceBlobPath,
                                 Path localPath,
                                 boolean hidden)
      • addLocalPath

        public void addLocalPath​(String sourceBlobPath,
                                 Path localPath,
                                 boolean hidden)
      • addSyntheticFile

        public void addSyntheticFile​(Path sourceBlobPath,
                                     String stringContent,
                                     boolean hidden)
      • addSyntheticFile

        public void addSyntheticFile​(String sourceBlobPath,
                                     String stringContent,
                                     boolean hidden)
      • getContents

        public Map<Path,​com.heroku.sdk.deploy.lib.sourceblob.SourceBlobDescriptor.SourceBlobContent> getContents()