Package io.fabric8.openshift.api.model
Class ImageSourcePathFluentImpl<A extends ImageSourcePathFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.ImageSourcePathFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,ImageSourcePathFluent<A>
- Direct Known Subclasses:
DoneableImageSourcePath,ImageSourceFluentImpl.PathsNestedImpl,ImageSourcePathBuilder
public class ImageSourcePathFluentImpl<A extends ImageSourcePathFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ImageSourcePathFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ImageSourcePathFluentImpl()ImageSourcePathFluentImpl(ImageSourcePath instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetDestinationDir()StringgetSourcePath()BooleanhasDestinationDir()BooleanhasSourcePath()AwithDestinationDir(String destinationDir)AwithNewDestinationDir(String arg1)AwithNewDestinationDir(StringBuffer arg1)AwithNewDestinationDir(StringBuilder arg1)AwithNewSourcePath(String arg1)AwithNewSourcePath(StringBuffer arg1)AwithNewSourcePath(StringBuilder arg1)AwithSourcePath(String sourcePath)
-
Constructor Details
-
ImageSourcePathFluentImpl
public ImageSourcePathFluentImpl() -
ImageSourcePathFluentImpl
-
-
Method Details
-
getDestinationDir
- Specified by:
getDestinationDirin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
withDestinationDir
- Specified by:
withDestinationDirin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
hasDestinationDir
- Specified by:
hasDestinationDirin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
withNewDestinationDir
- Specified by:
withNewDestinationDirin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
withNewDestinationDir
- Specified by:
withNewDestinationDirin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
withNewDestinationDir
- Specified by:
withNewDestinationDirin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
getSourcePath
- Specified by:
getSourcePathin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
withSourcePath
- Specified by:
withSourcePathin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
hasSourcePath
- Specified by:
hasSourcePathin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
withNewSourcePath
- Specified by:
withNewSourcePathin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
withNewSourcePath
- Specified by:
withNewSourcePathin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
withNewSourcePath
- Specified by:
withNewSourcePathin interfaceImageSourcePathFluent<A extends ImageSourcePathFluent<A>>
-
equals
-