|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataGeneratorFactory
A factory to create metadata generators. Metadata generators can contribute additional metadata during the installation/deployment of artifacts.
Method Summary | |
---|---|
int |
getPriority()
The priority of this factory. |
MetadataGenerator |
newInstance(RepositorySystemSession session,
DeployRequest request)
Creates a new metadata generator for the specified deploy request. |
MetadataGenerator |
newInstance(RepositorySystemSession session,
InstallRequest request)
Creates a new metadata generator for the specified install request. |
Method Detail |
---|
MetadataGenerator newInstance(RepositorySystemSession session, InstallRequest request)
session
- The repository system session from which to configure the generator, must not be null
.request
- The install request the metadata generator is used for, must not be null
.
null
if none.MetadataGenerator newInstance(RepositorySystemSession session, DeployRequest request)
session
- The repository system session from which to configure the generator, must not be null
.request
- The deploy request the metadata generator is used for, must not be null
.
null
if none.int getPriority()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |