Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jetty7 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Arg<Call<T>> |
Call.createArg()
Creates a new
Arg element |
Arg<New<T>> |
New.createArg()
Creates a new
Arg element |
Arg<Call<T>> |
Call.getOrCreateArg()
If not already created, a new
Arg element will be created and returned. |
Arg<New<T>> |
New.getOrCreateArg()
If not already created, a new
Arg element will be created and returned. |
Arg<T> |
Arg.removeArray()
Removes the
Array element |
Arg<T> |
Arg.removeCall()
Removes the
Call element |
Arg<T> |
Arg.removeGet()
Removes the
Get element |
Arg<T> |
Arg.removeMap()
Removes the
Map element |
Arg<T> |
Arg.removeNew()
Removes the
New element |
Arg<T> |
Arg.removeProperty()
Removes the
Property element |
Arg<T> |
Arg.removeRef()
Removes the
Ref element |
Arg<T> |
Arg.removeSystemProperty()
Removes the
SystemProperty element |
Arg<T> |
Arg.removeType()
Removes the
type attribute |
Arg<T> |
Arg.systemProperty(String SystemProperty)
Sets the
SystemProperty element |
Arg<T> |
Arg.text(String value)
Sets the body text for the element
Arg |
Arg<T> |
Arg.type(String type)
Sets the
type attribute |
Modifier and Type | Method and Description |
---|---|
List<Arg<Call<T>>> |
Call.getAllArg()
Returns all
Arg elements |
List<Arg<New<T>>> |
New.getAllArg()
Returns all
Arg elements |
Array<Arg<T>> |
Arg.getOrCreateArray()
If not already created, a new
Array element with the given value will be created. |
Call<Arg<T>> |
Arg.getOrCreateCall()
If not already created, a new
Call element with the given value will be created. |
Get<Arg<T>> |
Arg.getOrCreateGet()
If not already created, a new
Get element with the given value will be created. |
Map<Arg<T>> |
Arg.getOrCreateMap()
If not already created, a new
Map element with the given value will be created. |
New<Arg<T>> |
Arg.getOrCreateNew()
If not already created, a new
New element with the given value will be created. |
Property<Arg<T>> |
Arg.getOrCreateProperty()
If not already created, a new
Property element with the given value will be created. |
Ref<Arg<T>> |
Arg.getOrCreateRef()
If not already created, a new
Ref element with the given value will be created. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.