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.Entryobjects.
- 
- 
Constructor SummaryConstructors Constructor Description SubPackageHandlingEntry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetGroupName(String groupName)voidsetOption(String option)Sets the access control handling.voidsetPackageName(String packageName)org.apache.jackrabbit.vault.packaging.SubPackageHandling.EntrytoEntry()
 
- 
- 
- 
Method Detail- 
setGroupNamepublic void setGroupName(String groupName) 
 - 
setPackageNamepublic void setPackageName(String packageName) 
 - 
setOptionpublic 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
 
 - 
toEntrypublic org.apache.jackrabbit.vault.packaging.SubPackageHandling.Entry toEntry() 
 
- 
 
-