org.jboss.deployment
Interface SubDeployerExt
- All Superinterfaces:
- SubDeployer
- All Known Implementing Classes:
- JARDeployer, ObjectModelFactorySimpleSubDeployerSupport, SARDeployer, SchemaBindingSimpleSubDeployerSupport, SchemaResolverSimpleSubDeployerSupport, 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: 81033 $
- Author:
- Dimitris Andreadis
setEnhancedSuffixes
void setEnhancedSuffixes(String[] enhancedSuffixes)
- The list of supported suffixes
and their relative order.
getEnhancedSuffixes
String[] getEnhancedSuffixes()
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.