org.jboss.deployment
Interface SubDeployerExt
- All Superinterfaces:
- SubDeployer
- All Known Implementing Classes:
- JARDeployer, ObjectModelFactorySimpleSubDeployerSupport, SARDeployer, SchemaBindingSimpleSubDeployerSupport, SimpleSubDeployerSupport, SubDeployerSupport, XSLSubDeployer
public interface SubDeployerExt
- extends SubDeployer
An extension interface that allows the retrieval
and setting of the combined suffixes and their relative
order supported by a SubDeployer.
The syntax of an enhanced suffix is
"order:suffix"
- Version:
- $Revision: 1.1.2.2 $
- Author:
- Dimitris Andreadis
Fields inherited from interface org.jboss.deployment.SubDeployer |
CREATE_NOTIFICATION, DESTROY_NOTIFICATION, INIT_NOTIFICATION, RELATIVE_ORDER_100, RELATIVE_ORDER_200, RELATIVE_ORDER_300, RELATIVE_ORDER_400, RELATIVE_ORDER_500, RELATIVE_ORDER_600, RELATIVE_ORDER_700, RELATIVE_ORDER_800, RELATIVE_ORDER_900, START_NOTIFICATION, STOP_NOTIFICATION |
setEnhancedSuffixes
void setEnhancedSuffixes(String[] enhancedSuffixes)
- The list of supported suffixes
and their relative order.
getEnhancedSuffixes
String[] getEnhancedSuffixes()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.