| Package | Description |
|---|---|
| org.jboss.forge.roaster.model.source |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JavaClassSource
Represents a Java
class source file as an in-memory modifiable element. |
interface |
JavaEnumSource
Represents a Java
enum source file as an in-memory modifiable element. |
interface |
JavaInterfaceSource
Represents a Java
interface source file as an in-memory modifiable element. |
| 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.