Class OperationProfile
java.lang.Object
org.tentackle.maven.plugin.wizard.Profile
org.tentackle.maven.plugin.wizard.OperationProfile
Profile for operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(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
-
Constructor Details
-
OperationProfile
public OperationProfile()
-
-
Method Details
-
getOperationInterface
-
getOperationPackage
-
getOperationPackageInfo
-
validate
public void validate(Map<String, PackageInfo> packageInfoMap) throws org.apache.maven.plugin.MojoExecutionExceptionDescription copied from class:ProfileValidates the profile.
-