| Package | Description |
|---|---|
| org.tentackle.maven.wizard |
| Modifier and Type | Method and Description |
|---|---|
PackageInfo |
Profile.getDomainImplPackageInfo() |
PackageInfo |
Profile.getDomainPackageInfo() |
PackageInfo |
OperationProfile.getOperationPackageInfo() |
protected PackageInfo |
Profile.getPackageInfo(Map<String,PackageInfo> packageInfoMap,
String packageName)
Determines the package info for a given package name.
|
PackageInfo |
PdoProfile.getPdoPackageInfo() |
PackageInfo |
Profile.getPersistenceImplPackageInfo() |
PackageInfo |
Profile.getPersistencePackageInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,PackageInfo> |
AbstractWizardMojo.createPackageMap()
Creates a map of package names to package infos.
|
List<PackageInfo> |
PackageInfo.getEmptyDuplicates()
Gets the empty duplicates for this package info.
If an empty package is found more than once in different modules, it cannot be used in profiles because the generator cannot decide which one to use. |
| Modifier and Type | Method and Description |
|---|---|
protected PackageInfo |
Profile.getPackageInfo(Map<String,PackageInfo> packageInfoMap,
String packageName)
Determines the package info for a given package name.
|
void |
PackageInfo.setEmptyDuplicates(List<PackageInfo> emptyDuplicates)
Sets the duplicates.
|
void |
OperationProfile.validate(Map<String,PackageInfo> packageInfoMap) |
void |
Profile.validate(Map<String,PackageInfo> packageInfoMap)
Validates the profile.
|
void |
PdoProfile.validate(Map<String,PackageInfo> packageInfoMap) |
Tentackle - distributed, domain- and model-driven