Package dev.snowdrop.buildpack.docker
Class StreamContentFluentImpl<A extends StreamContentFluent<A>>
java.lang.Object
dev.snowdrop.buildpack.builder.BaseFluent<A>
dev.snowdrop.buildpack.docker.StreamContentFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,StreamContentFluent<A>
- Direct Known Subclasses:
BuildConfigFluentImpl.StreamContentApplicationNestedImpl,StreamContentBuilder
public class StreamContentFluentImpl<A extends StreamContentFluent<A>>
extends BaseFluent<A>
implements StreamContentFluent<A>
Generated
-
Field Summary
Fields inherited from class dev.snowdrop.buildpack.builder.BaseFluent
_visitables, VISIT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMode()getPath()getSize()inthashCode()hasMode()hasPath()hasSize()withDataSupplier(ContainerEntry.DataSupplier dataSupplier) Methods inherited from class dev.snowdrop.buildpack.builder.BaseFluent
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
-
Constructor Details
-
StreamContentFluentImpl
public StreamContentFluentImpl() -
StreamContentFluentImpl
-
-
Method Details
-
getPath
- Specified by:
getPathin interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
withPath
- Specified by:
withPathin interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
hasPath
- Specified by:
hasPathin interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
getSize
- Specified by:
getSizein interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
withSize
- Specified by:
withSizein interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
hasSize
- Specified by:
hasSizein interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
getMode
- Specified by:
getModein interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
withMode
- Specified by:
withModein interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
hasMode
- Specified by:
hasModein interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
getDataSupplier
- Specified by:
getDataSupplierin interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
withDataSupplier
- Specified by:
withDataSupplierin interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
hasDataSupplier
- Specified by:
hasDataSupplierin interfaceStreamContentFluent<A extends StreamContentFluent<A>>
-
equals
-
hashCode
public int hashCode()
-