Uses of Class
org.jboss.wildscribe.site.Deprecated
-
-
Uses of Deprecated in org.jboss.wildscribe.site
Methods in org.jboss.wildscribe.site that return Deprecated Modifier and Type Method Description static DeprecatedDeprecated. fromModel(org.jboss.dmr.ModelNode model)DeprecatedAttribute. getDeprecated()DeprecatedChild. getDeprecated()DeprecatedOperation. getDeprecated()DeprecatedResourceDescription. getDeprecated()Constructors in org.jboss.wildscribe.site with parameters of type Deprecated Constructor Description Attribute(String name, String description, String type, boolean nillable, boolean expressionsAllowed, String defaultValue, Integer min, Integer max, String accessType, String storage, Deprecated deprecated, String unit, String restartRequired, String capabilityReference, String stability)Child(String name, String description, Deprecated deprecated, List<Child> children)Operation(String name, String description, List<Operation.Parameter> parameters, Deprecated deprecated, Operation.Reply reply, boolean readOnly, boolean runtimeOnly, String stability)ResourceDescription(String description, List<Child> children, List<Attribute> attributes, List<Operation> operations, Deprecated deprecated, List<Capability> capabilities, String storage)
-