Uses of Enum
com.adobe.acs.commons.replication.ReplicationResult.Status
Packages that use ReplicationResult.Status
-
Uses of ReplicationResult.Status in com.adobe.acs.commons.replication
Methods in com.adobe.acs.commons.replication that return ReplicationResult.StatusModifier and TypeMethodDescriptionReplicationResult.getStatus()static ReplicationResult.StatusReturns the enum constant of this type with the specified name.static ReplicationResult.Status[]ReplicationResult.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.adobe.acs.commons.replication with parameters of type ReplicationResult.StatusModifierConstructorDescriptionReplicationResult(String path, ReplicationResult.Status status) ReplicationResult(String path, ReplicationResult.Status status, String version)