public class DoneableImageSourcePath extends ImageSourcePathFluentImpl<DoneableImageSourcePath> implements Doneable<ImageSourcePath>
_visitables
Constructor and Description |
---|
DoneableImageSourcePath(Function<ImageSourcePath,ImageSourcePath> function) |
DoneableImageSourcePath(ImageSourcePath item) |
DoneableImageSourcePath(ImageSourcePath item,
Function<ImageSourcePath,ImageSourcePath> function) |
Modifier and Type | Method and Description |
---|---|
ImageSourcePath |
done() |
equals, getDestinationDir, getSourcePath, hasDestinationDir, hasSourcePath, withDestinationDir, withSourcePath
public DoneableImageSourcePath(Function<ImageSourcePath,ImageSourcePath> function)
public DoneableImageSourcePath(ImageSourcePath item, Function<ImageSourcePath,ImageSourcePath> function)
public DoneableImageSourcePath(ImageSourcePath item)
public ImageSourcePath done()
done
in interface Doneable<ImageSourcePath>
Copyright © 2011–2017 Red Hat. All rights reserved.