public class MetaData extends Object
| Constructor and Description |
|---|
MetaData(boolean invalidatesClassLoader,
Class[] provides,
Class[] requires)
Constructor for the Deployer's metadata
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
invalidatesClassLoader()
Returns whether or not the class loader is invalidated by the Deployer's propare
phase.
|
Class[] |
provides()
Returns the list of types of metadata this deployer will provide to the deployement
context upon the successful completion of the prepare method.
|
Class[] |
requires()
Returns the list of types of metadata this deployer will require to run successfully
the prepare method.
|
public boolean invalidatesClassLoader()
public Class[] provides()
public Class[] requires()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.