Uses of Class
org.kordamp.jarviz.core.model.Checksum.Outcome
-
Packages that use Checksum.Outcome Package Description org.kordamp.jarviz.commands org.kordamp.jarviz.core.model -
-
Uses of Checksum.Outcome in org.kordamp.jarviz.commands
Methods in org.kordamp.jarviz.commands with parameters of type Checksum.Outcome Modifier and Type Method Description private java.lang.StringChecksumCommand. colorize(Checksum.Outcome outcome) -
Uses of Checksum.Outcome in org.kordamp.jarviz.core.model
Fields in org.kordamp.jarviz.core.model declared as Checksum.Outcome Modifier and Type Field Description private Checksum.OutcomeChecksum. outcomeMethods in org.kordamp.jarviz.core.model that return Checksum.Outcome Modifier and Type Method Description Checksum.OutcomeChecksum. getOutcome()static Checksum.OutcomeChecksum.Outcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Checksum.Outcome[]Checksum.Outcome. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kordamp.jarviz.core.model with parameters of type Checksum.Outcome Constructor Description Checksum(Algorithm algorithm, Checksum.Outcome outcome)
-