| Package | Description |
|---|---|
| org.wildfly.swarm.config.generator.generator |
| Modifier and Type | Method and Description |
|---|---|
ClassPlan |
ClassIndex.lookup(AddressTemplate address) |
ClassPlan |
SubsystemPlan.lookup(AddressTemplate address) |
| Modifier and Type | Method and Description |
|---|---|
List<ClassPlan> |
EnumPlan.getOriginatingClassPlans() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConsumerFactory.addAccept(org.jboss.forge.roaster.model.source.JavaInterfaceSource type,
ClassPlan plan) |
protected void |
ResourceFactory.addAddressAnnotations(org.jboss.forge.roaster.model.source.JavaClassSource type,
ClassPlan plan) |
protected void |
ConsumerFactory.addAndThen(org.jboss.forge.roaster.model.source.JavaInterfaceSource type,
ClassPlan plan) |
protected void |
ResourceFactory.addAttribtues(ClassIndex index,
org.jboss.forge.roaster.model.source.JavaClassSource type,
ClassPlan plan) |
protected void |
ResourceFactory.addChildResources(ClassIndex index,
org.jboss.forge.roaster.model.source.JavaClassSource type,
ClassPlan plan) |
protected void |
ResourceFactory.addConstructor(org.jboss.forge.roaster.model.source.JavaClassSource type,
ClassPlan plan) |
protected void |
SupplierFactory.addGet(org.jboss.forge.roaster.model.source.JavaInterfaceSource type,
ClassPlan plan) |
protected void |
ResourceFactory.addPropertyChangeSupport(org.jboss.forge.roaster.model.source.JavaClassSource type,
ClassPlan plan) |
protected void |
ResourceFactory.addResourceTypeAnnotation(org.jboss.forge.roaster.model.source.JavaClassSource type,
ClassPlan plan) |
protected void |
ResourceFactory.addSingletonResources(ClassIndex index,
org.jboss.forge.roaster.model.source.JavaClassSource type,
ClassPlan plan) |
int |
ClassPlan.compareTo(ClassPlan o) |
org.jboss.forge.roaster.model.JavaType |
SourceFactory.create(ClassIndex index,
ClassPlan plan) |
org.jboss.forge.roaster.model.JavaType |
SupplierFactory.create(ClassIndex index,
ClassPlan plan)
Base template for a resource representation.
|
org.jboss.forge.roaster.model.JavaType |
ConsumerFactory.create(ClassIndex index,
ClassPlan plan)
Base template for a resource representation.
|
org.jboss.forge.roaster.model.source.JavaClassSource |
ResourceFactory.create(ClassIndex index,
ClassPlan plan)
Base template for a resource representation.
|
void |
ResourceFactory.createChildAccessors(ClassIndex index,
ClassPlan plan,
org.jboss.forge.roaster.model.source.JavaClassSource javaClass)
Decorates a base resource representation with accessors to it's child resources
|
void |
ResourceFactory.createSingletonChildAccessors(ClassIndex index,
ClassPlan plan,
org.jboss.forge.roaster.model.source.JavaClassSource javaClass) |
EnumPlan |
ClassIndex.lookup(ClassPlan requester,
org.jboss.dmr.Property attr) |
EnumPlan |
SubsystemPlan.lookup(ClassPlan requester,
org.jboss.dmr.Property attr) |
boolean |
EnumPlan.matches(ClassPlan requester,
org.jboss.dmr.Property attr) |
| Constructor and Description |
|---|
EnumRequirement(ClassPlan classPlan,
org.jboss.dmr.Property property) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.