Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.javaee7 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AdministeredObjectType<T> |
AdministeredObjectType.className(String className)
Sets the
class-name element |
AdministeredObjectType<T> |
AdministeredObjectType.description(String description)
Sets the
description element |
AdministeredObjectType<T> |
AdministeredObjectType.id(String id)
Sets the
id attribute |
AdministeredObjectType<T> |
AdministeredObjectType.interfaceName(String interfaceName)
Sets the
interface-name element |
AdministeredObjectType<T> |
AdministeredObjectType.name(String name)
Sets the
name element |
AdministeredObjectType<T> |
AdministeredObjectType.removeAllProperty()
Removes all
property elements |
AdministeredObjectType<T> |
AdministeredObjectType.removeClassName()
Removes the
class-name element |
AdministeredObjectType<T> |
AdministeredObjectType.removeDescription()
Removes the
description element |
AdministeredObjectType<T> |
AdministeredObjectType.removeId()
Removes the
id attribute |
AdministeredObjectType<T> |
AdministeredObjectType.removeInterfaceName()
Removes the
interface-name element |
AdministeredObjectType<T> |
AdministeredObjectType.removeName()
Removes the
name element |
AdministeredObjectType<T> |
AdministeredObjectType.removeResourceAdapter()
Removes the
resource-adapter element |
AdministeredObjectType<T> |
AdministeredObjectType.resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
Modifier and Type | Method and Description |
---|---|
PropertyType<AdministeredObjectType<T>> |
AdministeredObjectType.createProperty()
Creates a new
property element |
List<PropertyType<AdministeredObjectType<T>>> |
AdministeredObjectType.getAllProperty()
Returns all
property elements |
PropertyType<AdministeredObjectType<T>> |
AdministeredObjectType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Modifier and Type | Class and Description |
---|---|
class |
AdministeredObjectTypeImpl<T>
This class implements the
administered-objectType xsd type |
Modifier and Type | Method and Description |
---|---|
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.className(String className)
Sets the
class-name element |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.description(String description)
Sets the
description element |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.id(String id)
Sets the
id attribute |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.interfaceName(String interfaceName)
Sets the
interface-name element |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.name(String name)
Sets the
name element |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.removeAllProperty()
Removes all
property elements |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.removeClassName()
Removes the
class-name element |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.removeDescription()
Removes the
description element |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.removeId()
Removes the
id attribute |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.removeInterfaceName()
Removes the
interface-name element |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.removeName()
Removes the
name element |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.removeResourceAdapter()
Removes the
resource-adapter element |
AdministeredObjectType<T> |
AdministeredObjectTypeImpl.resourceAdapter(String resourceAdapter)
Sets the
resource-adapter element |
Modifier and Type | Method and Description |
---|---|
PropertyType<AdministeredObjectType<T>> |
AdministeredObjectTypeImpl.createProperty()
Creates a new
property element |
List<PropertyType<AdministeredObjectType<T>>> |
AdministeredObjectTypeImpl.getAllProperty()
Returns all
property elements |
PropertyType<AdministeredObjectType<T>> |
AdministeredObjectTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.