| java.lang.Object org.drools.brms.server.builder.ContentPackageAssembler
ContentPackageAssembler | public class ContentPackageAssembler (Code) | | This assembles packages in the BRMS into binary package objects, and deals with errors etc.
Each content type is responsible for contributing to the package.
author: Michael Neale |
Inner Class :public class ErrorLogger | |
ContentPackageAssembler | public ContentPackageAssembler(PackageItem pkg)(Code) | | Use this if you want to build the whole package.
|
ContentPackageAssembler | public ContentPackageAssembler(PackageItem pkg, boolean compile)(Code) | | |
ContentPackageAssembler | public ContentPackageAssembler(PackageItem assetPackage, boolean compile, String selectorConfigName)(Code) | | Parameters: assetPackage - The package. Parameters: compile - true if we want to build it. False and its just for looking at source. |
ContentPackageAssembler | public ContentPackageAssembler(PackageItem assetPackage, String selectorConfigName)(Code) | | Use this if you want to build the whole package.
|
ContentPackageAssembler | public ContentPackageAssembler(AssetItem assetToBuild)(Code) | | Use this if you want to build and compile just the one asset.
|
createBuilder | public void createBuilder()(Code) | | |
getBinaryPackage | public Package getBinaryPackage()(Code) | | I've got a package people !
|
hasErrors | public boolean hasErrors()(Code) | | |
isPackageConfigurationInError | public boolean isPackageConfigurationInError()(Code) | | This will return true if there is an error in the package configuration or functions.
|
|
|