Class EfestoSetResource<T>
- java.lang.Object
-
- org.kie.efesto.compilationmanager.api.model.EfestoSetResource<T>
-
- All Implemented Interfaces:
EfestoResource<Set<T>>
- Direct Known Subclasses:
EfestoFileSetResource
public abstract class EfestoSetResource<T> extends Object implements EfestoResource<Set<T>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEfestoSetResource(Set<T> resources, String model, String basePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBasePath()This should return the string used as base path in the generatedFRISet<T>getContent()StringgetModelType()
-
-
-
Method Detail
-
getContent
public Set<T> getContent()
- Specified by:
getContentin interfaceEfestoResource<T>
-
getModelType
public String getModelType()
-
getBasePath
public String getBasePath()
This should return the string used as base path in the generatedFRI- Returns:
-
-