public class XmlDescriptorHelper extends Object
Modifier and Type | Method and Description |
---|---|
static DescriptionDescriptor |
createDescription(DescriptionType descriptionType,
com.buschmais.jqassistant.core.store.api.Store store)
Create a description descriptor.
|
static DisplayNameDescriptor |
createDisplayName(DisplayNameType displayNameType,
com.buschmais.jqassistant.core.store.api.Store store)
Create a display name descriptor.
|
static IconDescriptor |
createIcon(IconType iconType,
com.buschmais.jqassistant.core.store.api.Store store)
Create an icon descriptor.
|
static RoleNameDescriptor |
createRoleName(RoleNameType roleNameType,
com.buschmais.jqassistant.core.store.api.Store store) |
static SecurityRoleDescriptor |
createSecurityRole(SecurityRoleType securityRoleType,
com.buschmais.jqassistant.core.store.api.Store store) |
public static DescriptionDescriptor createDescription(DescriptionType descriptionType, com.buschmais.jqassistant.core.store.api.Store store)
descriptionType
- The XML description type.store
- The store.public static IconDescriptor createIcon(IconType iconType, com.buschmais.jqassistant.core.store.api.Store store)
iconType
- The XML icon type.store
- The storepublic static DisplayNameDescriptor createDisplayName(DisplayNameType displayNameType, com.buschmais.jqassistant.core.store.api.Store store)
displayNameType
- The XML display name type.store
- The store.public static SecurityRoleDescriptor createSecurityRole(SecurityRoleType securityRoleType, com.buschmais.jqassistant.core.store.api.Store store)
public static RoleNameDescriptor createRoleName(RoleNameType roleNameType, com.buschmais.jqassistant.core.store.api.Store store)
Copyright © 2016 buschmais GbR. All rights reserved.