| java.lang.Object com.metaboss.sdlctools.applications.anttasks.builder.tools.JavaCompilerInvocationDefinitionUtils
JavaCompilerInvocationDefinitionUtils | public class JavaCompilerInvocationDefinitionUtils (Code) | | This static utilit toolbox class is used to create commonly used Java compiler invocations
|
Method Summary | |
public static JavaCompilerInvocationDefinition | createForAbsoluteSourceDirectory(MetaBossBuilderTaskElement pOwnerElement, File pAbsoluteSourceDirectory) | public static JavaCompilerInvocationDefinition | createForCustomDataDictionaryTypes(MetaBossBuilderTaskElement pOwnerElement, DataDictionary pDataDictionary) | public static JavaCompilerInvocationDefinition | createForCustomEnterpriseTypes(MetaBossBuilderTaskElement pOwnerElement, Enterprise pEnterprise) | public static JavaCompilerInvocationDefinition | createForCustomSystemTypes(MetaBossBuilderTaskElement pOwnerElement, com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.System pSystem) | public static JavaCompilerInvocationDefinition | createForDataDictionaryAdapter(MetaBossBuilderTaskElement pOwnerElement, String pAdapterType, DataDictionary pDataDictionary, BSAdapterGenerator pGenerator) | public static JavaCompilerInvocationDefinition | createForDataDictionaryTypes(MetaBossBuilderTaskElement pOwnerElement, DataDictionary pDataDictionary) | public static JavaCompilerInvocationDefinition | createForDomainImplementation(MetaBossBuilderTaskElement pOwnerElement, Domain pDomain) | public static JavaCompilerInvocationDefinition | createForDomainInterfaces(MetaBossBuilderTaskElement pOwnerElement, Domain pDomain) | public static JavaCompilerInvocationDefinition | createForDomainSupportImplementation(MetaBossBuilderTaskElement pOwnerElement, Domain pDomain, BSDomainSupportServicesImplementationGenerator pServiceImplementationGenerator) | public static JavaCompilerInvocationDefinition | createForEnterpriseTypes(MetaBossBuilderTaskElement pOwnerElement, Enterprise pEnterprise) | public static JavaCompilerInvocationDefinition | createForEventPublisherInterfaces(MetaBossBuilderTaskElement pOwnerElement, Servicemodule pServicemodule) | public static JavaCompilerInvocationDefinition | createForGeneratedServiceImplementation(MetaBossBuilderTaskElement pOwnerElement, String pImplementationType, Service pService, BSServiceImplementationGenerator pServiceImplementationGenerator) | public static JavaCompilerInvocationDefinition | createForServiceProxy(MetaBossBuilderTaskElement pOwnerElement, String pProxyType, Service pService, BSServiceProxyGenerator pGenerator) | public static JavaCompilerInvocationDefinition | createForServicemoduleAdapter(MetaBossBuilderTaskElement pOwnerElement, String pAdapterType, Servicemodule pServicemodule, BSAdapterGenerator pGenerator) | public static JavaCompilerInvocationDefinition | createForServicemoduleDistribution(MetaBossBuilderTaskElement pOwnerElement, Servicemodule pServicemodule, BSServiceDistributionGenerator pGenerator) | public static JavaCompilerInvocationDefinition | createForServicemoduleInterfaces(MetaBossBuilderTaskElement pOwnerElement, Servicemodule pServicemodule) | public static JavaCompilerInvocationDefinition | createForServicemoduleProxy(MetaBossBuilderTaskElement pOwnerElement, String pProxyType, Servicemodule pServicemodule, BSServiceProxyGenerator pGenerator) | public static JavaCompilerInvocationDefinition | createForStorageImplementation(MetaBossBuilderTaskElement pOwnerElement, DomainRelationalStorageDefinition pRelationalStorageDefinition, BSStorageImplementationGenerator pStorageImplementationGenerator) | public static JavaCompilerInvocationDefinition | createForStorageInterfaces(MetaBossBuilderTaskElement pOwnerElement, Domain pDomain) | public static JavaCompilerInvocationDefinition | createForSystemTypes(MetaBossBuilderTaskElement pOwnerElement, com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.System pSystem) |
|
|