|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.deployment.SuffixOrderHelper
SuffixOrderHelper. This class wraps the SuffixOrder and EnhandedSuffixOrder attributes of MainDeployer.
| Field Summary | |
static java.lang.String[] |
DEFAULT_ENHANCED_SUFFIX_ORDER
Default EnhancedSuffixOrder Those values are indicative - we just know they'll work with the compiled order of subdeployers like the aop or ejb3, but any order can be set using the EnhancedSuffixOrder attribute and/or the individual subdeployer's relative order. |
| Constructor Summary | |
SuffixOrderHelper(DeploymentSorter (src) sorter)
|
|
| Method Summary | |
void |
addSuffixes(java.lang.String[] suffixes,
int order)
Insert the specified suffixes in the correct position and regenerate the SuffixOrder array, if needed. |
java.lang.String[] |
getEnhancedSuffixOrder()
Getter for the EnhancedSuffixOrder attribute |
java.lang.String[] |
getSuffixOrder()
Getter only for the SuffixOrder as known by the MainDeployer and the Scanners The value is updated during init() with suffixes that remain constant. |
void |
init()
Initialise the SuffixOrder from the EnhancedSuffixOrder |
void |
removeSuffixes(java.lang.String[] suffixes,
int order)
Remove the specified suffixes if they are not marked as fixed and regenerate the SuffixOrder, if needed. |
void |
setEnhancedSuffixOrder(java.lang.String[] enhancedSuffixOrder)
Setter for the EnhancedSuffixOrder attribute. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String[] DEFAULT_ENHANCED_SUFFIX_ORDER
| Constructor Detail |
public SuffixOrderHelper(DeploymentSorter (src) sorter)
| Method Detail |
public java.lang.String[] getSuffixOrder()
public java.lang.String[] getEnhancedSuffixOrder()
public void setEnhancedSuffixOrder(java.lang.String[] enhancedSuffixOrder)
enhancedSuffixOrder - String arraypublic void init()
public void addSuffixes(java.lang.String[] suffixes,
int order)
suffixes - order -
public void removeSuffixes(java.lang.String[] suffixes,
int order)
suffixes - order -
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||