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 java.lang.StringgetOperationInterface()java.lang.StringgetOperationPackage()org.tentackle.maven.PackageInfogetOperationPackageInfo()voidvalidate(java.util.Map<java.lang.String,org.tentackle.maven.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 java.lang.String getOperationInterface()
-
getOperationPackage
public java.lang.String getOperationPackage()
-
getOperationPackageInfo
public org.tentackle.maven.PackageInfo getOperationPackageInfo()
-
validate
public void validate(java.util.Map<java.lang.String,org.tentackle.maven.PackageInfo> packageInfoMap) throws org.apache.maven.plugin.MojoExecutionExceptionDescription copied from class:ProfileValidates the profile.
-
-