Class SubPackageHandlingEntry


  • public class SubPackageHandlingEntry
    extends Object
    Defines a sub package handling entry encapsulating option, groupName and packageName. This is a helper bean for creating SubPackageHandling.Entry objects.
    • Constructor Detail

      • SubPackageHandlingEntry

        public SubPackageHandlingEntry()
    • Method Detail

      • setGroupName

        public void setGroupName​(String groupName)
      • setPackageName

        public void setPackageName​(String packageName)
      • setOption

        public void setOption​(String option)
                       throws org.apache.maven.plugin.MojoFailureException
        Sets the access control handling. Explicit setter methods to allow specifying the option in both lower and upper case.
        Parameters:
        option - the string representation of the access control handling
        Throws:
        org.apache.maven.plugin.MojoFailureException - if an error occurs
      • toEntry

        public org.apache.jackrabbit.vault.packaging.SubPackageHandling.Entry toEntry()