Class SourceBlobDescriptor
- java.lang.Object
-
- com.heroku.sdk.deploy.lib.sourceblob.SourceBlobDescriptor
-
public class SourceBlobDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description SourceBlobDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLocalPath(String sourceBlobPath, Path localPath, boolean hidden)voidaddLocalPath(Path sourceBlobPath, Path localPath, boolean hidden)voidaddSyntheticFile(String sourceBlobPath, String stringContent, boolean hidden)voidaddSyntheticFile(Path sourceBlobPath, String stringContent, boolean hidden)Map<Path,com.heroku.sdk.deploy.lib.sourceblob.SourceBlobDescriptor.SourceBlobContent>getContents()
-