@Portable public final class CommandResultImpl<V> extends Object implements CommandResult<V>
CommandResult.Type
Constructor and Description |
---|
CommandResultImpl(CommandResult.Type type,
Collection<V> violations) |
Modifier and Type | Method and Description |
---|---|
CommandResult.Type |
getType()
Type of Result
|
Iterable<V> |
getViolations() |
String |
toString() |
public CommandResultImpl(CommandResult.Type type, Collection<V> violations)
public CommandResult.Type getType()
CommandResult
getType
in interface CommandResult<V>
public Iterable<V> getViolations()
getViolations
in interface CommandResult<V>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.