Class SubPackageHandlingEntry
- java.lang.Object
-
- org.apache.jackrabbit.filevault.maven.packaging.SubPackageHandlingEntry
-
public class SubPackageHandlingEntry extends Object
Defines a sub package handling entry encapsulating option, groupName and packageName. This is a helper bean for creatingSubPackageHandling.Entry
objects.
-
-
Constructor Summary
Constructors Constructor Description SubPackageHandlingEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setGroupName(String groupName)
void
setOption(String option)
Sets the access control handling.void
setPackageName(String packageName)
org.apache.jackrabbit.vault.packaging.SubPackageHandling.Entry
toEntry()
-
-
-
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()
-
-