|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.application5 | Provides the interfaces and enumeration types as defined in the schema application_5.xsd |
org.jboss.shrinkwrap.descriptor.impl.application5 | Provides the implementation classes as defined in the schema application_5.xsd |
Uses of ApplicationType in org.jboss.shrinkwrap.descriptor.api.application5 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.application5 that return ApplicationType | |
---|---|
ApplicationType<T> |
ApplicationType.removeAllDescription()
Removes the description element |
ApplicationType<T> |
ApplicationType.removeAllDisplayName()
Removes the display-name element |
ApplicationType<T> |
ApplicationType.removeAllIcon()
Removes all icon elements |
ApplicationType<T> |
ApplicationType.removeAllModule()
Removes all module elements |
ApplicationType<T> |
ApplicationType.removeAllSecurityRole()
Removes all security-role elements |
ApplicationType<T> |
ApplicationType.removeLibraryDirectory()
Removes the library-directory element |
ApplicationType<T> |
ApplicationType.removeVersion()
Removes the version attribute |
ApplicationType<T> |
ApplicationType.setDescription(java.lang.String description)
Creates a new description element |
ApplicationType<T> |
ApplicationType.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ApplicationType<T> |
ApplicationType.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ApplicationType<T> |
ApplicationType.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ApplicationType<T> |
ApplicationType.setLibraryDirectory(java.lang.String libraryDirectory)
If not already created, a new library-directory element with the given value will be created. |
ApplicationType<T> |
ApplicationType.setVersion(java.lang.String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.api.application5 that return types with arguments of type ApplicationType | |
---|---|
java.util.List<IconType<ApplicationType<T>>> |
ApplicationType.getIconList()
Returns all icon elements |
java.util.List<ModuleType<ApplicationType<T>>> |
ApplicationType.getModuleList()
Returns all module elements |
java.util.List<SecurityRoleType<ApplicationType<T>>> |
ApplicationType.getSecurityRoleList()
Returns all security-role elements |
IconType<ApplicationType<T>> |
ApplicationType.icon()
Returns the icon element |
ModuleType<ApplicationType<T>> |
ApplicationType.module()
Returns the module element |
SecurityRoleType<ApplicationType<T>> |
ApplicationType.securityRole()
Returns the security-role element |
Uses of ApplicationType in org.jboss.shrinkwrap.descriptor.impl.application5 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.application5 that implement ApplicationType | |
---|---|
class |
ApplicationTypeImpl<T>
This class implements the applicationType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.application5 that return ApplicationType | |
---|---|
ApplicationType<T> |
ApplicationTypeImpl.removeAllDescription()
Removes the description element |
ApplicationType<T> |
ApplicationTypeImpl.removeAllDisplayName()
Removes the display-name element |
ApplicationType<T> |
ApplicationTypeImpl.removeAllIcon()
Removes all icon elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllModule()
Removes all module elements |
ApplicationType<T> |
ApplicationTypeImpl.removeAllSecurityRole()
Removes all security-role elements |
ApplicationType<T> |
ApplicationTypeImpl.removeLibraryDirectory()
Removes the library-directory element |
ApplicationType<T> |
ApplicationTypeImpl.removeVersion()
Removes the version attribute |
ApplicationType<T> |
ApplicationTypeImpl.setDescription(java.lang.String description)
Creates a new description element |
ApplicationType<T> |
ApplicationTypeImpl.setDescriptionList(java.lang.String... values)
Creates for all String objects representing description elements,
a new description element |
ApplicationType<T> |
ApplicationTypeImpl.setDisplayName(java.lang.String displayName)
Creates a new display-name element |
ApplicationType<T> |
ApplicationTypeImpl.setDisplayNameList(java.lang.String... values)
Creates for all String objects representing display-name elements,
a new display-name element |
ApplicationType<T> |
ApplicationTypeImpl.setLibraryDirectory(java.lang.String libraryDirectory)
If not already created, a new library-directory element with the given value will be created. |
ApplicationType<T> |
ApplicationTypeImpl.setVersion(java.lang.String version)
Sets the version attribute |
Methods in org.jboss.shrinkwrap.descriptor.impl.application5 that return types with arguments of type ApplicationType | |
---|---|
java.util.List<IconType<ApplicationType<T>>> |
ApplicationTypeImpl.getIconList()
Returns all icon elements |
java.util.List<ModuleType<ApplicationType<T>>> |
ApplicationTypeImpl.getModuleList()
Returns all module elements |
java.util.List<SecurityRoleType<ApplicationType<T>>> |
ApplicationTypeImpl.getSecurityRoleList()
Returns all security-role elements |
IconType<ApplicationType<T>> |
ApplicationTypeImpl.icon()
Returns the icon element |
ModuleType<ApplicationType<T>> |
ApplicationTypeImpl.module()
Returns the module element |
SecurityRoleType<ApplicationType<T>> |
ApplicationTypeImpl.securityRole()
Returns the security-role element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |