Package org.drools.modelcompiler.builder
Class PackageSourceManager<T>
- java.lang.Object
-
- org.drools.modelcompiler.builder.PackageSourceManager<T>
-
- Type Parameters:
T- the type of the Package Source object
public class PackageSourceManager<T> extends Object
A delegate/container of package sources, used inModelBuilderImpl
-
-
Constructor Summary
Constructors Constructor Description PackageSourceManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget(String packageName)TgetPackageSource(String packageName)Collection<T>getPackageSources()voidput(String name, T generated)Collection<T>values()
-
-
-
Method Detail
-
getPackageSources
public Collection<T> getPackageSources()
-
values
public Collection<T> values()
-
-