Class ModelOnlyResourceDefinition

All Implemented Interfaces:
Feature, ResourceDefinition, ResourceRegistration

public class ModelOnlyResourceDefinition extends SimpleResourceDefinition
ResourceDefinition implementation designed for use in extensions based on AbstractLegacyExtension. Takes the AttributeDefinitions provided to the constructor and uses them to create a ModelOnlyAddStepHandler for handling add operations, and to create a ModelOnlyWriteAttributeHandler for handling write-attribute operations. The ModelOnlyRemoveStepHandler is used for remove operations.
Author:
Brian Stansberry (c) 2013 Red Hat Inc.