Class PackageTaskImpl
java.lang.Object
org.apache.jackrabbit.vault.packaging.registry.impl.PackageTaskImpl
- All Implemented Interfaces:
PackageTask
PackageTaskImpl...-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jackrabbit.vault.packaging.registry.PackageTask
PackageTask.State, PackageTask.Type -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable ThrowablegetError()Returns the error if there was one.@Nullable PackageTaskOptionsReturns the task optional options.@NotNull PackageIdReturns the package id of this task.@NotNull PackageTask.StategetState()Returns the task state@NotNull PackageTask.TypegetType()Returns the task type.inthashCode()toString()
-
Method Details
-
getPackageId
Description copied from interface:PackageTaskReturns the package id of this task.- Specified by:
getPackageIdin interfacePackageTask- Returns:
- the package id.
-
getType
Description copied from interface:PackageTaskReturns the task type.- Specified by:
getTypein interfacePackageTask- Returns:
- the task type.
-
getOptions
Description copied from interface:PackageTaskReturns the task optional options.- Specified by:
getOptionsin interfacePackageTask- Returns:
- the task options (may be null).
-
getState
Description copied from interface:PackageTaskReturns the task state- Specified by:
getStatein interfacePackageTask- Returns:
- the task state
-
getError
Description copied from interface:PackageTaskReturns the error if there was one.- Specified by:
getErrorin interfacePackageTask- Returns:
- the error
-
toString
-
hashCode
public int hashCode() -
equals
-