Package io.bdeploy.bhive.op
Class ObjectExistsOperation.Result
java.lang.Object
io.bdeploy.bhive.op.ObjectExistsOperation.Result
- Enclosing class:
- ObjectExistsOperation
Result object indicating what is missing and existing.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExisting(ObjectId obj) Returns whether the given objects is existing.booleanReturns whether the given objects is missing.
-
Field Details
-
existing
Objects that are existing -
missing
Objects that are missing
-
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
isExisting
Returns whether the given objects is existing. -
isMissing
Returns whether the given objects is missing.
-