Class OperationProfile
- java.lang.Object
-
- org.tentackle.maven.plugin.wizard.Profile
-
- org.tentackle.maven.plugin.wizard.OperationProfile
-
public class OperationProfile extends Profile
Profile for operations.
-
-
Constructor Summary
Constructors Constructor Description OperationProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperationInterface()StringgetOperationPackage()PackageInfogetOperationPackageInfo()voidvalidate(Map<String,PackageInfo> packageInfoMap)Validates the profile.-
Methods inherited from class org.tentackle.maven.plugin.wizard.Profile
equals, getDomainImplementation, getDomainImplPackage, getDomainImplPackageInfo, getDomainInterface, getDomainPackage, getDomainPackageInfo, getName, getPackageInfo, getPersistenceImplementation, getPersistenceImplPackage, getPersistenceImplPackageInfo, getPersistenceInterface, getPersistencePackage, getPersistencePackageInfo, hashCode, toString
-
-
-
-
Method Detail
-
getOperationInterface
public String getOperationInterface()
-
getOperationPackage
public String getOperationPackage()
-
getOperationPackageInfo
public PackageInfo getOperationPackageInfo()
-
validate
public void validate(Map<String,PackageInfo> packageInfoMap) throws org.apache.maven.plugin.MojoExecutionException
Description copied from class:ProfileValidates the profile.
-
-