| java.lang.Object org.jboss.deployment.DeploymentSorter
Field Summary | |
final public static String[] | DEFAULT_SUFFIX_ORDER The default order for sorting deployments; this has been deprecated,
order is really defined in SuffixOrderHelper class and/or individualy
within each subdeployer. | protected String[] | suffixOrder |
DEFAULT_SUFFIX_ORDER | final public static String[] DEFAULT_SUFFIX_ORDER(Code) | | The default order for sorting deployments; this has been deprecated,
order is really defined in SuffixOrderHelper class and/or individualy
within each subdeployer.
|
DeploymentSorter | public DeploymentSorter(String[] suffixOrder)(Code) | | |
DeploymentSorter | public DeploymentSorter()(Code) | | |
compare | public int compare(Object o1, Object o2)(Code) | | Return a negative number if o1 appears lower in the the suffix order than
o2.
If the suffixes are indentical, then sorts based on name.
This is so that deployment order of components is always identical.
|
getExtensionIndex | public int getExtensionIndex(URL url)(Code) | | Return the index that matches this url
|
setSuffixOrder | public void setSuffixOrder(String[] suffixOrder)(Code) | | |
|
|