Package org.pipecraft.infra.storage
Class StoragePath
- java.lang.Object
-
- org.pipecraft.infra.storage.StoragePath
-
public class StoragePath extends Object
A data class pointing to a specific protocol (e.g. gs/s3), bucket and path in some storage system.- Author:
- Eyal Schneider
-
-
Constructor Summary
Constructors Constructor Description StoragePath(String protocol, String bucket, String path)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetBucket()StringgetPath()StringgetProtocol()inthashCode()StringtoString()
-