public class ImageSourcePathFluentImpl<A extends ImageSourcePathFluent<A>> extends BaseFluent<A> implements ImageSourcePathFluent<A>
_visitables| Constructor and Description |
|---|
ImageSourcePathFluentImpl() |
ImageSourcePathFluentImpl(ImageSourcePath instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDestinationDir() |
String |
getSourcePath() |
Boolean |
hasDestinationDir() |
Boolean |
hasSourcePath() |
A |
withDestinationDir(String destinationDir) |
A |
withSourcePath(String sourcePath) |
public ImageSourcePathFluentImpl()
public ImageSourcePathFluentImpl(ImageSourcePath instance)
public String getDestinationDir()
getDestinationDir in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A withDestinationDir(String destinationDir)
withDestinationDir in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public Boolean hasDestinationDir()
hasDestinationDir in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public String getSourcePath()
getSourcePath in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public A withSourcePath(String sourcePath)
withSourcePath in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>public Boolean hasSourcePath()
hasSourcePath in interface ImageSourcePathFluent<A extends ImageSourcePathFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.