A handler for the different types of components. There are two parameters passed to each handler: the current component to handle (of the right type for that handler) and the list of components that were deployed together with the component, i.e., when a user does a "Save All", we hand in the different components.
This is useful when we need to find the corresponding metadata (-meta.xml) file for components that need them. However, we want to keep the interface flexible enough for those components that do not require a metadata type. So we delegate to the handler on what to do with the list of components to be deployed.
@author nchen @param < T> The type to return upon handling the different metadata types.
|
|