Uses of Class
org.tentackle.maven.plugin.wizard.Profile
-
Packages that use Profile Package Description org.tentackle.maven.plugin.wizard -
-
Uses of Profile in org.tentackle.maven.plugin.wizard
Subclasses of Profile in org.tentackle.maven.plugin.wizard Modifier and Type Class Description classOperationProfileProfile for operations.classPdoProfileProfile for PDOs.Methods in org.tentackle.maven.plugin.wizard with type parameters of type Profile Modifier and Type Method Description <T extends Profile>
java.util.List<T>AbstractWizardMojo. getProfiles(java.lang.Class<T> clazz)Gets the profiles.
-