| Package | Description |
|---|---|
| org.jboss.forge.roaster.model | |
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Method and Description |
|---|---|
Property<O> |
PropertyHolder.getProperty(String name)
Get the
Property with the given name and return it, otherwise, return null. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Property<O>> |
PropertyHolder.getProperties()
Get a list of all
Properties declared by this O, or return an empty list if no Properties
are declared. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PropertyHolder.hasProperty(Property<O> property)
Return whether or not this
O declares the given Property instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropertySource<O extends JavaSource<O>>
Source variant of
Property interface. |
| Modifier and Type | Method and Description |
|---|---|
PropertyHolderSource<O> |
PropertyHolderSource.removeProperty(Property<O> property)
Remove the given
Property from this O instance, if it exists; otherwise, do nothing. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.