Class ProviderTypeList
- java.lang.Object
-
- org.guvnor.ala.services.api.itemlist.ProviderTypeList
-
-
Constructor Summary
Constructors Constructor Description ProviderTypeList()ProviderTypeList(List<org.guvnor.ala.runtime.providers.ProviderType> providerTypes)ProviderTypeList(org.guvnor.ala.runtime.providers.ProviderType[] providers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.guvnor.ala.runtime.providers.ProviderType>getItems()org.guvnor.ala.runtime.providers.ProviderType[]getProviderTypes()voidsetProviderTypes(org.guvnor.ala.runtime.providers.ProviderType[] pipelines)
-
-
-
Constructor Detail
-
ProviderTypeList
public ProviderTypeList()
-
ProviderTypeList
public ProviderTypeList(List<org.guvnor.ala.runtime.providers.ProviderType> providerTypes)
-
ProviderTypeList
public ProviderTypeList(org.guvnor.ala.runtime.providers.ProviderType[] providers)
-
-