Uses of Interface
org.jboss.forge.roaster.model.source.PropertyHolderSource
-
Packages that use PropertyHolderSource Package Description org.jboss.forge.roaster.model.source -
-
Uses of PropertyHolderSource in org.jboss.forge.roaster.model.source
Subinterfaces of PropertyHolderSource in org.jboss.forge.roaster.model.source Modifier and Type Interface Description interfaceJavaClassSourceRepresents a Javaclasssource file as an in-memory modifiable element.interfaceJavaEnumSourceRepresents a Javaenumsource file as an in-memory modifiable element.interfaceJavaInterfaceSourceRepresents a Javainterfacesource file as an in-memory modifiable element.Methods in org.jboss.forge.roaster.model.source that return PropertyHolderSource Modifier and Type Method Description PropertyHolderSource<O>PropertyHolderSource. removeProperty(Property<O> property)Remove the givenPropertyfrom thisPropertyHolderSourceinstance, if it exists; otherwise, do nothing.
-