public class DeploymentScannerDefinition extends SimpleResourceDefinition
Modifier and Type | Field and Description |
---|---|
protected static SimpleAttributeDefinition[] |
ALL_ATTRIBUTES |
protected static SimpleAttributeDefinition |
AUTO_DEPLOY_EXPLODED |
protected static SimpleAttributeDefinition |
AUTO_DEPLOY_XML |
protected static SimpleAttributeDefinition |
AUTO_DEPLOY_ZIPPED |
protected static SimpleAttributeDefinition |
DEPLOYMENT_TIMEOUT |
static DeploymentScannerDefinition |
INSTANCE |
protected static SimpleAttributeDefinition |
NAME |
protected static SimpleAttributeDefinition |
PATH |
protected static SimpleAttributeDefinition |
RELATIVE_TO |
protected static SimpleAttributeDefinition |
SCAN_ENABLED |
protected static SimpleAttributeDefinition |
SCAN_INTERVAL |
Modifier and Type | Method and Description |
---|---|
void |
registerAttributes(ManagementResourceRegistration resourceRegistration)
Register operations associated with this resource.
|
getDescriptionProvider, getFlagsSet, getPathElement, getResourceDescriptionResolver, registerAddOperation, registerChildren, registerOperations, registerRemoveOperation
public static final DeploymentScannerDefinition INSTANCE
protected static final SimpleAttributeDefinition NAME
protected static final SimpleAttributeDefinition PATH
protected static final SimpleAttributeDefinition RELATIVE_TO
protected static final SimpleAttributeDefinition SCAN_ENABLED
protected static final SimpleAttributeDefinition SCAN_INTERVAL
protected static final SimpleAttributeDefinition AUTO_DEPLOY_ZIPPED
protected static final SimpleAttributeDefinition AUTO_DEPLOY_EXPLODED
protected static final SimpleAttributeDefinition AUTO_DEPLOY_XML
protected static final SimpleAttributeDefinition DEPLOYMENT_TIMEOUT
protected static final SimpleAttributeDefinition[] ALL_ATTRIBUTES
public void registerAttributes(ManagementResourceRegistration resourceRegistration)
ResourceDefinition
registerAttributes
in interface ResourceDefinition
registerAttributes
in class SimpleResourceDefinition
resourceRegistration
- a ManagementResourceRegistration
created from this definitionCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.